From 0451a6f1ba4ac3087b970087a661a8f75d2e1449 Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Mon, 19 Sep 2022 13:12:11 +0200 Subject: [PATCH] (tmux) Remove Xorg dependency for opening panes --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 6ff0f15..96ee40e 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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