1
0
Fork 0

Add xinitrc

This commit is contained in:
Jeremy Kaplan 2017-11-29 22:25:33 -08:00
commit d50773baa6
2 changed files with 21 additions and 0 deletions

20
X/.xinitrc Normal file
View file

@ -0,0 +1,20 @@
#!/bin/sh
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
[ -x "$f" ] && . "$f"
done
unset f
fi
xset -b
xset -dpms
xset s off
xset s 0 0
xset r rate 250
xsetroot -cursor_name left_ptr
setxkbmap -layout us,us -variant dvorak, -option grp:ctrls_toggle,shift:both_capslock,caps:escape,compose:prsc
exec i3