added t480s config
This commit is contained in:
10
t480s/dwm/scripts/run.sh
Executable file
10
t480s/dwm/scripts/run.sh
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
xrdb merge ~/.Xresources
|
||||
xbacklight -set 10 &
|
||||
feh --bg-fill ~/.wallpapers/wall.jpg &
|
||||
xset r rate 200 50 &
|
||||
picom &
|
||||
|
||||
~/.config/dwm/scripts/bar.sh &
|
||||
while type dwm >/dev/null; do dwm && continue || break; done
|
Reference in New Issue
Block a user