diff options
author | Stefan Ritter <xeno@thehappy.de> | 2011-06-25 13:27:32 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2011-06-25 13:27:32 +0200 |
commit | 221e2867ab81d7b6a87340e11ecd68da77b7d6d9 (patch) | |
tree | bbb56b44db8f63cf8dea53618b061c03e6da6087 | |
parent | 44c3c0576cc605e2867f1ce9666a534aac535c52 (diff) |
Add some usefull stuff to xinitrc
-rwxr-xr-x | xorg/xinitrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xorg/xinitrc b/xorg/xinitrc index 81d5529..0f7ff0f 100755 --- a/xorg/xinitrc +++ b/xorg/xinitrc @@ -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 |