summaryrefslogtreecommitdiff
path: root/dot/xinitrc
diff options
context:
space:
mode:
Diffstat (limited to 'dot/xinitrc')
-rwxr-xr-xdot/xinitrc4
1 files changed, 1 insertions, 3 deletions
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
21gsettings set org.gnome.libgnomekbd.keyboard options "['terminate\tterminate:ctrl_alt_bksp', 'caps\tcaps:super']" 21gsettings set org.gnome.libgnomekbd.keyboard options "['terminate\tterminate:ctrl_alt_bksp', 'caps\tcaps:super']"
22 22
23( 23(
24 cd $HOME/src/samizdat; 24 exec xterm -e tmux attach
25 screen -d -m -S samizdat;
26 exec xterm -geometry 160x64+0+0 -e screen -xRR samizdat
27) & 25) &
28# xcompmgr -c & 26# xcompmgr -c &
29if [ "$USING_GNOME" ]; then 27if [ "$USING_GNOME" ]; then