about summary refs log tree commit diff
path: root/configs
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-01-17T18·53+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-01-17T18·53+0000
commitdd058004fe5d570ec39e95391c7413d798a74375 (patch)
tree6561360a294326936309ded01e4615c1f473a475 /configs
parentcd3b879e7bf8d361465e45cab052543df7f9f004 (diff)
Don't start a tmux session when X starts
I've stopped using Tmux almost entirely.
Diffstat (limited to 'configs')
-rw-r--r--configs/shared/.xsessionrc.shared5
1 files changed, 0 insertions, 5 deletions
diff --git a/configs/shared/.xsessionrc.shared b/configs/shared/.xsessionrc.shared
index e22499b2866a..896d62a12867 100644
--- a/configs/shared/.xsessionrc.shared
+++ b/configs/shared/.xsessionrc.shared
@@ -19,11 +19,6 @@ xmodmap -e 'keysym Caps_Lock = Escape'
 # NOTE: This is now being handled with my keyboard.el module in Emacs.
 # xset r rate 250 60
 
-# start tmux with a few commonly used sessions
-# TODO: consider moving this else like ~/.profile, so it doesn't depend on X.
-# This might be better for SSH.
-tmux new -d -s main
-
 # Start the Emacs server
 # TODO: Consider starting this with `systemctl --user enable emacs.service`
 emacs --daemon