diff options
| author | bh <qn+git@excalibur.computer> | 2026-03-31 18:42:33 +0800 |
|---|---|---|
| committer | bh <qn+git@excalibur.computer> | 2026-03-31 18:42:33 +0800 |
| commit | ccd8b87d65618b49e6aed46befd4693b34e986d5 (patch) | |
| tree | 3c10445bcdc512503866dee1efabc16687b521e9 | |
| parent | ab8cc5920f5fadeb012f5c845733401411872f56 (diff) | |
kitty: remove clipboard. only primary selection now
| -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 |
