We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54b477e commit f9d9cf7Copy full SHA for f9d9cf7
.config/alacritty/alacritty.toml
@@ -1,4 +1,3 @@
1
-live_config_reload = true
2
3
[bell]
4
animation = "EaseOutExpo"
@@ -346,3 +345,6 @@ lines = 24
346
345
[window.padding]
347
x = 2
348
y = 2
+
349
+[general]
350
+live_config_reload = true
.config/ghostty/config
@@ -8,3 +8,5 @@ gtk-single-instance = true
8
####################
9
10
scrollback-limit = 100000000
11
12
+window-decoration = false
.config/kitty/kitty.conf
@@ -5,3 +5,5 @@ repaint_delay 0
5
scrollback_lines 4294967295
6
7
include ~/.cache/wal/colors-kitty.conf
+cursor_trail 1
0 commit comments