diff options
Diffstat (limited to '.config/tmux')
-rw-r--r-- | .config/tmux/tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 5780844..a91eaf7 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -16,6 +16,7 @@ set -ga terminal-overrides ',*:Ss=\E[%p1%d q:Se=\E[2 q' # Status line set -g status on +set -g status-position top set -g focus-events on set-option -sg status-interval 1 set-option -g status-style bg=#151515,fg=white |