bring back mouse with fix for kitty

This commit is contained in:
Joel Beckmeyer
2025-11-21 09:40:15 -05:00
parent 6ad6bdd06c
commit 84e722467a
3 changed files with 5 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
[".config/kitty/kitty-gruvbox-theme"] [".config/kitty/kitty-gruvbox-theme"]
type = "archive" type = "archive"
url = "https://github.com/wdomitrz/kitty-gruvbox-theme/archive/master.tar.gz" url = "https://github.com/wdomitrz/kitty-gruvbox-theme/archive/master.tar.gz"
exact = true exact = false
stripComponents = 1 stripComponents = 1
refreshPeriod = "168h" refreshPeriod = "168h"

View File

@@ -682,7 +682,7 @@ font_size 10.0
#: Terminal bell {{{ #: Terminal bell {{{
# enable_audio_bell yes enable_audio_bell no
#: The audio bell. Useful to disable it in environments that require #: The audio bell. Useful to disable it in environments that require
#: silence. #: silence.
@@ -1420,6 +1420,8 @@ background_opacity 0.95
#: config is not supported. #: config is not supported.
# clipboard_control write-clipboard write-primary read-clipboard-ask read-primary-ask # clipboard_control write-clipboard write-primary read-clipboard-ask read-primary-ask
# added per https://github.com/tmux/tmux/wiki/Clipboard#terminal-support---kitty
clipboard_control write-primary write-clipboard no-append
#: Allow programs running in kitty to read and write from the #: Allow programs running in kitty to read and write from the
#: clipboard. You can control exactly which actions are allowed. The #: clipboard. You can control exactly which actions are allowed. The

View File

@@ -1,6 +1,6 @@
# vim keybindings in copy mode # vim keybindings in copy mode
set-window-option -g mode-keys vi set-window-option -g mode-keys vi
# set-option -g mouse on set-option -g mouse on
# set-option -s set-clipboard off # set-option -s set-clipboard off
bind P paste-buffer bind P paste-buffer
bind-key -T copy-mode-vi v send-keys -X begin-selection bind-key -T copy-mode-vi v send-keys -X begin-selection