blob: 2a7c09d6eef6664ee63d67ba9cd56d1f1ebacb6b (
plain)
1
2
3
4
5
6
7
|
#!/bin/sh
seasonalwallpaper &
#xbacklight -set 50 -time 0 &
unclutter -noevents & # Remove mouse cursor when static
xset r rate 250 50 & # Changes the rate at which and time before keystokes are repeated after held
capsmap & # Script to map capslock to the escape and super key
exec dwm
|