added t480s config

This commit is contained in:
pim-wtf
2023-02-16 10:19:30 +01:00
parent e7beffcb4e
commit 8a327dc6f3
49 changed files with 7008 additions and 0 deletions

10
t480s/dwm/scripts/run.sh Executable file
View 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