From 68e7e2fbd11445869f8c9d7a40010667fb985f1b Mon Sep 17 00:00:00 2001 From: inkch Date: Tue, 16 Jan 2024 20:13:45 +0900 Subject: [PATCH] tmux: put status bar on top when nesting --- dot_config/tmux/tmux.conf.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_config/tmux/tmux.conf.tmpl b/dot_config/tmux/tmux.conf.tmpl index 2b0ba17..f723d7a 100644 --- a/dot_config/tmux/tmux.conf.tmpl +++ b/dot_config/tmux/tmux.conf.tmpl @@ -122,6 +122,7 @@ bind -T root M-q \ set key-table off \;\ set status on \;\ set status-right '#[bold align=centre]DIVING' + set -g status-position top set -g status-bg '#5b7d78' set -g status-fg '#ccc' @@ -130,6 +131,7 @@ bind -T off M-q \ set -u key-table \;\ set -u status off \;\ set status-right '' + set -g status-position bottom set -g status-bg '#333' set -g status-fg '#ccc'