Change back to kitty and added some programs

This commit is contained in:
fwastring 2025-07-01 16:09:29 +02:00
parent 2fa80501e2
commit a6118f81fb
4 changed files with 20 additions and 6 deletions

View file

@ -32,8 +32,10 @@
bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xclip -in -selection clipboard'
bind -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel "xclip -i -f -selection primary | xclip -i -selection clipboard"
set -g default-terminal "st-256color"
set -g terminal-overrides "st-256color"
# set -g default-terminal "st-256color"
# set -g terminal-overrides "st-256color"
set -g default-terminal "xterm-kitty"
set -g terminal-overrides "xterm-kitty"
set -ga terminal-overrides ",xterm-256color:Tc"
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm'