Add .xinitrc
This commit is contained in:
parent
3a77c2a5c3
commit
1ce0166ec9
21
.xinitrc
Normal file
21
.xinitrc
Normal file
@ -0,0 +1,21 @@
|
||||
#!/bin/sh
|
||||
|
||||
userresources=$HOME/.Xresources
|
||||
|
||||
if [ -f "$userresources" ]; then
|
||||
xrdb -merge "$userresources"
|
||||
fi
|
||||
|
||||
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
|
||||
|
||||
setxkbmap -layout it,us,sk -variant ,,qwerty &
|
||||
xinput set-prop 17 "Device Enabled" 0
|
||||
xset s off
|
||||
xset -dpms
|
||||
|
||||
exec xmonad
|
Loading…
x
Reference in New Issue
Block a user