From fff382e5facb3003b4ab1057aa874546d102dc38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sat, 2 Jul 2022 16:01:49 +0200 Subject: [PATCH] tmux: Disable bottom bar again --- tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index d588c80..73ad307 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -29,7 +29,7 @@ set-option -g status-justify left # https://wiki.archlinux.org/title/tmux#256_colors set-option -g -a terminal-overrides ",alacritty:Tc" -set-option -g pane-border-status bottom +set-option -g pane-border-status off set-option -g pane-border-format '' set-option -g -q pane-border-lines double; set-option -g -q pane-border-indicators colour;