Add postswitch script

This commit is contained in:
agryphus 2023-12-06 01:14:45 -05:00
parent 0d86041357
commit c02d6f8990

8
.config/autorandr/postswitch Executable file
View file

@ -0,0 +1,8 @@
#!/usr/bin/env sh
feh --bg-scale --no-fehbg "$HOME/.config/wallpaper"
# echo "dwm.accent: $(color-picker $WALLPAPER)" > /tmp/dwm_accent
# xrdb -override -merge /tmp/dwm_accent
# rm /tmp/dwm_accent
# kill -HUP $(pidof dwm)