diff --git a/tmux.conf b/tmux.conf index 90c2013..5b23354 100644 --- a/tmux.conf +++ b/tmux.conf @@ -69,17 +69,17 @@ if -b '[ "`uname`" = "Darwin" ]' \ 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 - bind I display-popup -d '#{pane_current_path}' -E '$SHELL -i ~/.config/tmux/interpreter.sh' - bind P display-popup -w 60 -h 10 -E '~/.config/tmux/project.sh' - bind S display-popup -w 60 -h 10 -E '~/.config/tmux/session.sh' + bind I display-popup -d '#{pane_current_path}' -E ~/.config/tmux/interpreter.sh + bind P display-popup -w 60 -h 10 -E ~/.config/tmux/project.sh + bind S display-popup -w 60 -h 10 -E ~/.config/tmux/session.sh bind T display-popup -d '#{pane_current_path}' -E $SHELL } if -b '~/.config/tmux/check-version.sh ">=" 3.3' { bind A display-popup -S fg=#54546D -b rounded -d '#{pane_current_path}' -w 75% -h 90% -E ~/.config/tmux/agent.sh bind H display-popup -S fg=#54546D -b rounded -w 50% -h 75% -E htop - bind I display-popup -S fg=#54546D -b rounded -d '#{pane_current_path}' -E '$SHELL -i ~/.config/tmux/interpreter.sh' - bind P display-popup -B -w 60 -h 10 -E '~/.config/tmux/project.sh' - bind S display-popup -B -w 60 -h 10 -E '~/.config/tmux/session.sh' + bind I display-popup -S fg=#54546D -b rounded -d '#{pane_current_path}' -E ~/.config/tmux/interpreter.sh + bind P display-popup -B -w 60 -h 10 -E ~/.config/tmux/project.sh + bind S display-popup -B -w 60 -h 10 -E ~/.config/tmux/session.sh bind T display-popup -S fg=#54546D -d '#{pane_current_path}' -E $SHELL }