feat(tmux): remove redundant tmux settings

This commit is contained in:
yeti 2025-05-13 15:26:42 +01:00
parent 80f7e36ad0
commit e1eb0e9d5e

View File

@ -446,14 +446,10 @@ set -ogq @catppuccin_window_current_text " #W"
set -g status-left ""
set -g status-right "#{E:@catppuccin_status_session}"
bind-key p send-keys 'selected=$(find "${1:-.}" -type f \( -iname "*.pdf" -o -iname "*.epub" -o -iname "*.mobi" \) | fzf --preview "zathura {} & sleep 1 && swaymsg \"[app_id=Alacritty] focus\"" --preview-window=right,0) && zathura "${selected}"
# OSC52 enable
set -g set-clipboard on
set -g allow-passthrough on
# Enable truecolor for compatible terminals
set -gs terminal-features ',rxvt-unicode-256color:clipboard'
# -- custom variables ----------------------------------------------------------