Skip to content

Commit f9d9cf7

Browse files
committed
tty swag
1 parent 54b477e commit f9d9cf7

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.config/alacritty/alacritty.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
live_config_reload = true
21

32
[bell]
43
animation = "EaseOutExpo"
@@ -346,3 +345,6 @@ lines = 24
346345
[window.padding]
347346
x = 2
348347
y = 2
348+
349+
[general]
350+
live_config_reload = true

.config/ghostty/config

+2
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ gtk-single-instance = true
88
####################
99

1010
scrollback-limit = 100000000
11+
12+
window-decoration = false

.config/kitty/kitty.conf

+2
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ repaint_delay 0
55
scrollback_lines 4294967295
66

77
include ~/.cache/wal/colors-kitty.conf
8+
9+
cursor_trail 1

0 commit comments

Comments
 (0)