diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-12-24 00:40:02 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-12-24 00:40:02 +0100 |
commit | 3b6fb2e89a11aa90d769a1ddb7f1009b36818bcb (patch) | |
tree | d4ff5d7f9b43b780ca66741f836fbf493114985c /.config/tmux/tmux.conf | |
parent | 42cba35af11e2d0baabf6ff7b9dee49bd591110d (diff) |
Update tmux config
Diffstat (limited to '.config/tmux/tmux.conf')
-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 |