mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
tmux: export window title name
This commit is contained in:
parent
775a2a95b5
commit
a47cdfb305
1 changed files with 4 additions and 0 deletions
|
|
@ -39,6 +39,10 @@ set -g window-status-format " #{pane_current_command}"
|
|||
set -g window-status-current-style "fg=#{@FG},bold,bg=#{@VISUAL}"
|
||||
set -g window-status-current-format " #{pane_current_command}"
|
||||
|
||||
# Export name to the window (so xmobar can see it)
|
||||
set -g set-titles on
|
||||
set -g set-titles-string "#W (#S)"
|
||||
|
||||
# pane border (separator)
|
||||
set -g pane-border-style "fg=#{@VISUAL}"
|
||||
set -g pane-active-border-style "fg=#{@ACCENT}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue