Split out .xsessionrc for display managers
This commit is contained in:
parent
cabf0b42bb
commit
3bf055a6c2
3 changed files with 12 additions and 7 deletions
10
X/.xinitrc
10
X/.xinitrc
|
|
@ -7,12 +7,8 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
|
|||
unset f
|
||||
fi
|
||||
|
||||
xset -b
|
||||
xset -dpms
|
||||
xset s off
|
||||
xset s 0 0
|
||||
xset r rate 250 50
|
||||
|
||||
setxkbmap -layout us,us -variant dvorak, -option grp:ctrls_toggle,shift:both_capslock,caps:escape,compose:prsc
|
||||
if [ -f $HOME/.xsessionrc ] ; then
|
||||
. "$f"
|
||||
fi
|
||||
|
||||
exec i3
|
||||
|
|
|
|||
8
X/.xsessionrc
Normal file
8
X/.xsessionrc
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
xset -b
|
||||
xset -dpms
|
||||
xset s off
|
||||
xset s 0 0
|
||||
xset r rate 250 50
|
||||
|
||||
# The first -option clears any existing options
|
||||
setxkbmap -layout us,us -variant dvorak, -option -option grp:ctrls_toggle,shift:both_capslock,caps:escape,compose:prsc
|
||||
Loading…
Add table
Add a link
Reference in a new issue