diff options
Diffstat (limited to 'config/kitty')
| -rw-r--r-- | config/kitty/kitty.conf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf index e8a3eac7..4757ed7e 100644 --- a/config/kitty/kitty.conf +++ b/config/kitty/kitty.conf @@ -18,6 +18,7 @@ cursor_trail 1 # change to x11 or wayland or leave auto linux_display_server auto +allow_remote_control yes scrollback_lines 2000 wheel_scroll_min_lines 1 @@ -29,6 +30,4 @@ window_padding_width 4 selection_foreground none selection_background none -foreground #dddddd -background #000000 -cursor #dddddd
\ No newline at end of file +# foreground/background/cursor are set by the active theme |
