From 9aaac65d2e46e88e3efeca2449e14d9fd279afce Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Sat, 6 Feb 2021 15:14:39 +0100 Subject: add tmux + alacritty --- tmux/.tmux.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tmux/.tmux.conf (limited to 'tmux') diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf new file mode 100644 index 0000000..e60d09b --- /dev/null +++ b/tmux/.tmux.conf @@ -0,0 +1,7 @@ +set -s escape-time 0 +set -g default-terminal "screen-256color" + +if -F "#{==:#{session_windows},1}" "set -g status off" "set -g status on" +set-hook -g window-linked 'if -F "#{==:#{session_windows},1}" "set -g status off" "set -g status on"' +set-hook -g window-unlinked 'if -F "#{==:#{session_windows},1}" "set -g status off" "set -g status on"' +set -g status-position "top" -- cgit v1.2.3