can't find this certain segment #492
Answered
by
erikw
definitelynotjin
asked this question in
Q&A
-
i have been looking far and wide on how to make the white segment in the center to merge on the left, or to disable it completely. anyone got a clue how? |
Beta Was this translation helpful? Give feedback.
Answered by
erikw
Aug 11, 2025
Replies: 1 comment 2 replies
-
Setting in your tmux powerline export TMUX_POWERLINE_STATUS_JUSTIFICATION="left" The default value is Restart the tmux session or re-source your |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
erikw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Setting in your tmux powerline
config.sh
(Default location is~/.config/tmux-powerline/config.sh
) like this should work:The default value is
centre
.Restart the tmux session or re-source your
tmux.conf
config after updatingconfig.sh
.