diff options
| author | bh <qn+git@epicurus.dev> | 2026-03-31 18:42:33 +0800 |
|---|---|---|
| committer | bh <qn+git@epicurus.dev> | 2026-03-31 18:42:33 +0800 |
| commit | c33b2f0210e1c65f3aa238d51424e57f7df9905a (patch) | |
| tree | 3c10445bcdc512503866dee1efabc16687b521e9 /kitty | |
| parent | 636625955a8f7437e968f780d2ae8726c8aec06b (diff) | |
kitty: remove clipboard. only primary selection now
Diffstat (limited to 'kitty')
| -rw-r--r-- | kitty/.config/kitty/kitty.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf index 26eca8d..2752fcf 100644 --- a/kitty/.config/kitty/kitty.conf +++ b/kitty/.config/kitty/kitty.conf @@ -42,7 +42,6 @@ scrollback_lines 10000 allow_remote_control yes # Tabs - tab_bar_style powerline # Bell @@ -57,9 +56,6 @@ bell_path ~/.config/kitty/hihat.ogg # Disable Cursor Shape Change in Shell shell_integration no-cursor -# Copy-Paste -copy_on_select clipboard - # No Cursor Blinking cursor_blink_interval 0 |
