(tmux) Remove Xorg dependency for opening panes

This commit is contained in:
Tanguy Herbron 2022-09-19 13:12:11 +02:00
parent 8b8f23403a
commit 0451a6f1ba

View File

@ -24,6 +24,9 @@ set-option -g display-panes-colour colour166 #orange
# clock
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-justify centre # center align window list
set -g status-left-length 20