Update for wayland

This commit is contained in:
Danny Oh 2025-04-11 16:38:58 -05:00
parent a1920792f6
commit ba7fbfd61b

View File

@ -27,7 +27,7 @@ bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel
bind-key v copy-mode
set -g set-clipboard on
set -as terminal-feature ',*:clipboard'
set -s copy-command 'xsel -i -b'
set -s copy-command 'wl-copy'
# vim style pane
bind h select-pane -L