summaryrefslogtreecommitdiff
path: root/dot/xinitrc
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2015-10-04 05:11:36 +0200
committerAndrew Cady <d@jerkface.net>2015-10-04 05:19:40 +0200
commit0c0e816bd417f98a1d1027dc41ce66a8572555c7 (patch)
tree6e3a8d763e269649bd14a91347104f48f60a16c7 /dot/xinitrc
parentc4ccc221b42a3369c851f9b933bdd0f111c187e8 (diff)
improved tmux config
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