Tmux : Fix launching GUI apps.

This commit is contained in:
Dmitry Voronin 2024-02-06 20:32:53 +03:00
parent 836bf558e1
commit 834de37abe

View file

@ -87,4 +87,4 @@ setw -g window-status-format ' #I#[fg=black]:#[fg=black]#W#[fg=black]#F '
setw -g window-status-bell-style 'fg=black bg=white bold' setw -g window-status-bell-style 'fg=black bg=white bold'
# SSH fixes. # SSH fixes.
set-option -g update-environment "SSH_CLIENT SSH_TTY DOCKER_CONFIG DOCKER_HOST" set-option -g update-environment "SSH_CLIENT SSH_TTY DOCKER_CONFIG DOCKER_HOST DISPLAY XAUTHORITY"