diff options
-rw-r--r-- | configs/shared/.xsessionrc.shared | 5 |
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 |