aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-09-26 15:58:54 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-09-26 15:58:54 +1200
commit196ea7373a4659357357524e6fa054d638c29c79 (patch)
tree42136196faab19131dde1d7902676cadbbbf6b08 /tmux
parentDon't source files from /home/tom/.local/bin:/usr/local/bin:/usr/bin:/bin:/us... (diff)
downloaddotfiles-196ea7373a4659357357524e6fa054d638c29c79.tar.gz
dotfiles-196ea7373a4659357357524e6fa054d638c29c79.zip
Get rid of another display manager variable
Diffstat (limited to 'tmux')
-rw-r--r--tmux/tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index d603408b..a51852df 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -1,7 +1,7 @@
# My tmux session is no-display land because I attach to it with all sorts of
# terminal clients, including PuTTY, so I don't always have X forwarding
# available and therefore it's not appropriate to set the display
-set-environment -gru DISPLAY
+set-environment -gru 'DISPLAY XDG_SESSION_COOKIE'
# Force the browser to be Lynx in case we inherited a non-null DISPLAY
set-environment -g BROWSER 'lynx'