From 314ff058de27274a8b3ee0fd272ed0105fd01b6d Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 14 Apr 2020 20:38:25 -0400 Subject: [PATCH] manual refresh xrdb on dwm after wal --- .local/bin/setbg | 1 + 1 file changed, 1 insertion(+) diff --git a/.local/bin/setbg b/.local/bin/setbg index b91c87c..3e7294b 100755 --- a/.local/bin/setbg +++ b/.local/bin/setbg @@ -16,4 +16,5 @@ bgloc="${XDG_DATA_HOME:-$HOME/.local/share/}/bg" # If pywal is installed, use it. wal -s -i "$(readlink -f "$bgloc")" -o "${XDG_CONFIG_HOME:-$HOME/.config}/wal/postrun" >/dev/null 2>&1 +pidof dwm >/dev/null && xdotool key super+F5 xwallpaper --zoom "$bgloc"