From c02d6f8990270f54bf25985850f865dbdafe93e9 Mon Sep 17 00:00:00 2001 From: agryphus Date: Wed, 6 Dec 2023 01:14:45 -0500 Subject: [PATCH] Add postswitch script --- .config/autorandr/postswitch | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 .config/autorandr/postswitch diff --git a/.config/autorandr/postswitch b/.config/autorandr/postswitch new file mode 100755 index 0000000..1dfb8ed --- /dev/null +++ b/.config/autorandr/postswitch @@ -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) +