From 0c0e816bd417f98a1d1027dc41ce66a8572555c7 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Sun, 4 Oct 2015 05:11:36 +0200 Subject: improved tmux config --- dot/xinitrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'dot/xinitrc') diff --git a/dot/xinitrc b/dot/xinitrc index 2117999..796fb15 100755 --- a/dot/xinitrc +++ b/dot/xinitrc @@ -21,9 +21,7 @@ setxkbmap -option terminate:ctrl_alt_bksp -option caps:super gsettings set org.gnome.libgnomekbd.keyboard options "['terminate\tterminate:ctrl_alt_bksp', 'caps\tcaps:super']" ( - cd $HOME/src/samizdat; - screen -d -m -S samizdat; - exec xterm -geometry 160x64+0+0 -e screen -xRR samizdat + exec xterm -e tmux attach ) & # xcompmgr -c & if [ "$USING_GNOME" ]; then -- cgit v1.2.3