Simplify x session

This commit is contained in:
Daniel Lundin 2016-10-14 14:16:46 +02:00
parent 829c1f11d6
commit d5074a2c52

View file

@ -7,18 +7,7 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
fi
. $HOME/.bashrc
xsetroot -solid \#579
xmodmap $DOTFILES/.Xmodmap
xmodmap $HOME/.Xmodmap
setxkbmap -option ctrl:nocaps,grp:switch,grp_led:scroll us,se
if [ "$HOSTNAME" = "dredd" ]; then
redshift -l 59.29:18.01 -t 5800:4500 &
xautolock -time 3 -detectsleep -locker $DOTFILES/bin/lockscreen &
(sleep 0.1 && xautolock -locknow) &
fi
st -e tmux attach -t 0 &
exec dwm