Simplify x session
This commit is contained in:
parent
829c1f11d6
commit
d5074a2c52
1 changed files with 1 additions and 12 deletions
13
.xinitrc
13
.xinitrc
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue