summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSadbeast <sadbeast@sadbeast.com>2020-09-17 13:46:22 -0500
committerSadbeast <sadbeast@sadbeast.com>2020-09-17 13:46:22 -0500
commit561961e68840de415aec8459550075319818aabd (patch)
treed1e34e5c0a8affe6b72b7840e91f18df58f1823a
parent9ba0361914633327e975e6dd9923ce4947087f7e (diff)
downloadcfg-561961e68840de415aec8459550075319818aabd.tar.gz
cfg-561961e68840de415aec8459550075319818aabd.tar.bz2
alacritty breaking changes
-rw-r--r--.config/alacritty/alacritty.yml20
1 files changed, 3 insertions, 17 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml
index 056c03f..0112201 100644
--- a/.config/alacritty/alacritty.yml
+++ b/.config/alacritty/alacritty.yml
@@ -13,6 +13,7 @@
#TERM: xterm-256color
window:
+ dynamic_title: true
# Window dimensions (changes require restart)
#
# Specified in number of columns/lines, not pixels.
@@ -84,19 +85,7 @@ scrolling:
# to allow mouse scrolling for applications like `man`.
#
# Specifying `0` will disable faux scrolling.
- faux_multiplier: 3
-
- # Scroll to the bottom when new text is written to the terminal.
- auto_scroll: false
-
-# Spaces per Tab (changes require restart)
-#
-# This setting defines the width of a tab in cells.
-#
-# Some applications, like Emacs, rely on knowing about the width of a tab.
-# To prevent unexpected behavior in these applications, it's also required to
-# change the `it` value in terminfo when altering this setting.
-tabspaces: 8
+ #faux_multiplier: 3
# Font configuration (changes require restart)
font:
@@ -269,7 +258,7 @@ colors:
# - Linear
#
# Specifying a `duration` of `0` will disable the visual bell.
-visual_bell:
+bell:
animation: EaseOutExpo
duration: 0
color: '0xffffff'
@@ -338,9 +327,6 @@ selection:
# When set to `true`, selected text will be copied to the primary clipboard.
save_to_clipboard: false
-# Allow terminal applications to change Alacritty's window title.
-dynamic_title: true
-
cursor:
# Cursor style
#