Add xinitrc
This commit is contained in:
parent
59f4559876
commit
d50773baa6
2 changed files with 21 additions and 0 deletions
20
X/.xinitrc
Normal file
20
X/.xinitrc
Normal 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
|
||||
|
|
@ -5,6 +5,7 @@
|
|||
~/.config/qutebrowser: qutebrowser/
|
||||
~/.mbsyncrc: isync/.mbsyncrc
|
||||
~/.mutt: mutt/
|
||||
~/.xinitrc: X/.xinitrc
|
||||
~/.Xresources: X/.Xresources
|
||||
~/.Xdefaults: X/.Xdefaults
|
||||
~/.urlview: urlview/.urlview
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue