aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-10-01 22:07:15 +1300
committerTom Ryder <tom@sanctum.geek.nz>2013-10-01 22:07:15 +1300
commit533f537965c490761cc599581b28bff6b3fa1b30 (patch)
tree08f7ca70174e2dee8dacda407143e04394b8cb24 /tmux
parentAdd j to formatoptions if possible (diff)
downloaddotfiles-533f537965c490761cc599581b28bff6b3fa1b30.tar.gz
dotfiles-533f537965c490761cc599581b28bff6b3fa1b30.zip
List X-related env vars to hose properly
Turns out I can't read
Diffstat (limited to 'tmux')
-rw-r--r--tmux/tmux.conf7
1 files changed, 6 insertions, 1 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index a51852df..87a7681f 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -1,7 +1,12 @@
# 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 XDG_SESSION_COOKIE'
+set-environment -gru DBUS_SESSION_BUS_ADDRESS
+set-environment -gru DESKTOP_STARTUP_ID
+set-environment -gru DISPLAY
+set-environment -gru WINDOWID
+set-environment -gru XAUTHORITY
+set-environment -gru XDG_SESSION_COOKIE
# Force the browser to be Lynx in case we inherited a non-null DISPLAY
set-environment -g BROWSER 'lynx'