From 179242de66c00091a0ab73b89a8e24f4526b7b3a Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Sat, 27 Nov 2021 22:52:38 -0500 Subject: [PATCH] disable status line --- dot_tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dot_tmux.conf b/dot_tmux.conf index 0053ccb..87d8c41 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -99,3 +99,6 @@ run -b '~/.tmux/plugins/tpm/tpm' # Temporarily not using activity-watcher #set -g @plugin 'akohlbecker/aw-watcher-tmux' source-file /home/kellya/projects/public/spaceduck-terminal/tmux/status-line-default.conf + +#disable status line +set -g status off