diff --git a/tmux.conf b/tmux.conf index 3d17e05..d71052f 100644 --- a/tmux.conf +++ b/tmux.conf @@ -61,10 +61,6 @@ if '[ ! -n $ITERM_PROFILE ]' \ # Enable strikethrough on VTE compatible terminals. set -ga terminal-overrides 'xterm*:smxx=\E[9m' -# Binding to create window-auto layout -bind a run-shell ~/.local/share/tmux/layouts/window-auto -# TODO: bind A run-shell ~/.local/share/tmux/layouts/window-auto --refresh - if -b '~/.config/tmux/check-version.sh ">=" 3.2 && ~/.config/tmux/check-version.sh "<" 3.3' { bind A display-popup -d '#{pane_current_path}' -w 50% -h 90% -E ~/.config/tmux/agent.sh bind H display-popup -w 75% -h 75% -E htop