19 lines
257 B
Text
19 lines
257 B
Text
|
#!/bin/bash
|
||
|
|
||
|
export QT_STYLE_OVERRIDE=gtk
|
||
|
|
||
|
xset s noblank
|
||
|
xset s off
|
||
|
xset -dpms
|
||
|
|
||
|
setxkbmap de -variant nodeadkeys
|
||
|
|
||
|
#Disable caps lock
|
||
|
setxkbmap -option ctrl:nocaps
|
||
|
|
||
|
xsetroot -cursor_name left_ptr &
|
||
|
|
||
|
#rm -f /tmp/bspwm*
|
||
|
|
||
|
~/.config/scripts/prepare_monitors.sh
|