18 lines
253 B
Bash
Executable file
18 lines
253 B
Bash
Executable file
#!/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/monsetup.sh off
|