From 8d7bd4cf1ff994640d0420cddbabc76770958e08 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Thu, 16 Oct 2025 18:52:27 +0200 Subject: [PATCH] tmux.conf: position satusbar on top. --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index b0cb7eb..6fc9e55 100644 --- a/tmux.conf +++ b/tmux.conf @@ -11,7 +11,7 @@ set -s set-clipboard external set -g base-index 1 setw -g pane-base-index 1 -set -g status-position bottom +set -g status-position top set -g status-justify left set -g status-style '' set -g status-left ' #[fg=colour2]#[fg=default] #S '