update dwm config

This commit is contained in:
pim-wtf
2023-04-06 14:09:17 +02:00
parent a83fd86084
commit fbde8ab585
11 changed files with 142 additions and 30 deletions

View File

@ -4,7 +4,8 @@ xrdb merge ~/.Xresources
xbacklight -set 10 &
feh --bg-fill ~/.wallpapers/wall.jpg &
xset r rate 200 50 &
picom &
picom --no-fading-openclose &
setxkbmap -layout us -variant altgr-intl -option nodeadkeys
~/.config/dwm/scripts/bar.sh &
while type dwm >/dev/null; do dwm && continue || break; done