tmux: misc changes to dwm binds

also status bar is back
This commit is contained in:
dogeystamp 2023-05-12 20:26:16 -04:00
parent ee61c33b95
commit b1afd39a86
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38
2 changed files with 10 additions and 2 deletions

View File

@ -2,7 +2,11 @@ unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
set -g status off
set -g status-position top
set -g status-left-length 20
set -g status-left '#{user}@#h'
set -g status-right ""
set -g status-justify centre
set escape-time 20
@ -43,6 +47,6 @@ bind -n C-w newpanecurdir
bind -n C-c killpane
bind -n C-u nextpane
bind -n C-i prevpane
bind -n C-Enter zoom
bind -n C-b zoom
bind h decmfact
bind l incmfact

View File

@ -112,3 +112,7 @@ case $command in
window) window $args;;
*) echo "unknown command"; exit 1;;
esac
# hacky fix to prevent tmux from displaying a "returned 1" prompt
# probably ignoring something but can't matter that much
exit 0