From e1eb0e9d5e83488088607d6e39f2d1e9be29460e Mon Sep 17 00:00:00 2001 From: yeti Date: Tue, 13 May 2025 15:26:42 +0100 Subject: [PATCH] feat(tmux): remove redundant tmux settings --- home/.config/tmux/tmux.conf.local | 4 ---- 1 file changed, 4 deletions(-) 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 ----------------------------------------------------------