diff options
| author | ryukamish <[email protected]> | 2026-06-28 01:28:11 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-06-28 01:28:11 +0530 |
| commit | 60f5b7e83ab00024ac0715c2684dda10b895d2df (patch) | |
| tree | 89c52adca512980838688705b6c46b52389e1da8 /.config | |
| parent | 8450031d2309b763c8d0c6a05a234311c15764c2 (diff) | |
chore: bottom tmux status
Diffstat (limited to '.config')
| -rw-r--r-- | .config/tmux/tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index d81ee5f..d773c96 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -14,7 +14,7 @@ set -g renumber-windows on # set -g status-interval 5 # set -g status-left "#S" # set -g status-right "" -set -g status-position top +set -g status-position bottom set -g status-interval 5 set -g status-left-length 30 set -g status-right-length 50 |
