diff --git a/home/.config/tmux/tmux.conf.local b/home/.config/tmux/tmux.conf.local index f458b9a..62e56c4 100644 --- a/home/.config/tmux/tmux.conf.local +++ b/home/.config/tmux/tmux.conf.local @@ -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 ----------------------------------------------------------