blob: ffd99d3b320ef2fe282f1fe0b57efe10bafc7fce (
plain)
1
2
3
4
5
6
7
8
9
|
#!/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
#amixer sset Master 60% & # Set volume to 60%
#picom &
exec timmywm
|