(tmux) Remove Xorg dependency for opening panes
This commit is contained in:
parent
8b8f23403a
commit
0451a6f1ba
@ -24,6 +24,9 @@ set-option -g display-panes-colour colour166 #orange
|
|||||||
# clock
|
# clock
|
||||||
set-window-option -g clock-mode-colour green #green
|
set-window-option -g clock-mode-colour green #green
|
||||||
|
|
||||||
|
# disable DISPLAY requirement when opening pane/window
|
||||||
|
set-option -g update-environment "SSH_ASKPASS SSH_AUTH_SOCK SSH_AGENT_PID SSH_CONNECTION WINDOWID XAUTHORITY"
|
||||||
|
|
||||||
set -g status-interval 1
|
set -g status-interval 1
|
||||||
set -g status-justify centre # center align window list
|
set -g status-justify centre # center align window list
|
||||||
set -g status-left-length 20
|
set -g status-left-length 20
|
||||||
|
Loading…
Reference in New Issue
Block a user