home: tmux: make status left longer
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This commit is contained in:
parent
f73be2fc4e
commit
737e9df202
|
@ -66,6 +66,9 @@ in
|
||||||
# Allow any application to send OSC52 escapes to set the clipboard
|
# Allow any application to send OSC52 escapes to set the clipboard
|
||||||
set -s set-clipboard on
|
set -s set-clipboard on
|
||||||
|
|
||||||
|
# Longer session names in status bar
|
||||||
|
set -g status-left-length 16
|
||||||
|
|
||||||
${
|
${
|
||||||
lib.optionalString cfg.enabledPassthrough ''
|
lib.optionalString cfg.enabledPassthrough ''
|
||||||
# Allow any application to use the tmux DCS for passthrough
|
# Allow any application to use the tmux DCS for passthrough
|
||||||
|
|
Loading…
Reference in a new issue