Don't start a tmux session when X starts

I've stopped using Tmux almost entirely.
This commit is contained in:
William Carroll 2020-01-17 18:53:53 +00:00
parent cd3b879e7b
commit dd058004fe

View file

@ -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