Add some usefull stuff to xinitrc
This commit is contained in:
parent
44c3c0576c
commit
221e2867ab
1 changed files with 5 additions and 0 deletions
|
@ -4,8 +4,13 @@ WM='i3'
|
|||
WALLPAPER='media/bilder/wallpaper/wallpaper.png'
|
||||
|
||||
setxkbmap de neo
|
||||
setxkbmap -option terminate:ctrl_alt_bksp
|
||||
|
||||
xset +fp /usr/share/fonts/local
|
||||
xset fp rehash
|
||||
xset -b
|
||||
xset dpms force on
|
||||
xset s off
|
||||
|
||||
if [ -e /usr/bin/xrandr ]; then
|
||||
if [ $(hostname) = "galahad" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue