From 4789ae854abc4556a38d1cd4416b59b2294479e4 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Tue, 13 Feb 2024 04:19:44 +0300 Subject: [PATCH] Tmux : Move windows back to the left. --- .config/tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index c75af8c..c4d4a0b 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -72,7 +72,7 @@ set -g window-size smallest # Statusbar. set -g status-interval 2 set -g status-position bottom -set -g status-justify centre +set -g status-justify left set -g status-style 'bg=color236 fg=color187' set -g status-left ' #[bold]#H-#S #(count=$(tmux list-clients -t #S | wc -l); [ ${count} -gt 1 ] && echo "(${count}) ")' @@ -81,7 +81,7 @@ set -g status-right '#[fg=color187,bg=color239] #(head -c -1 /sys/class/power_su set -g status-right-length 50 setw -g window-status-current-style 'fg=black bg=color143 bold' -setw -g window-status-current-format ' #[fg=black]#W#[fg=black] ' +setw -g window-status-current-format ' #[fg=black]#W#[fg=black]#F ' setw -g window-status-style 'fg=black bg=color138' setw -g window-status-format ' #[fg=black]#W#[fg=black] '