* Removed include/iso items since they've been integrated into the new scripts * Moved include/live/* to include/ since there's only one "include" folder now
7 lines
145 B
Bash
7 lines
145 B
Bash
set -g status off
|
|
set -g pane-active-border-fg white
|
|
|
|
# Window names
|
|
set -g set-titles on
|
|
set -g set-titles-string '#W'
|
|
setw -g automatic-rename
|