From 166364d4d41145d95fb35c47af5cdbffce735310 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sun, 26 Apr 2020 11:12:45 -0400 Subject: [PATCH] F12 is the new wal refresh bind, only in setbg --- .config/wal/postrun | 4 +--- .local/bin/setbg | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.config/wal/postrun b/.config/wal/postrun index ae28d832c..74d551b59 100755 --- a/.config/wal/postrun +++ b/.config/wal/postrun @@ -24,6 +24,4 @@ done fix_sequences <"${HOME}/.cache/wal/sequences" -xsetroot -name "fsignal:xrdb" -pkill dunst -dunst & +pkill dunst; dunst & diff --git a/.local/bin/setbg b/.local/bin/setbg index 3e7294b7d..ea35e1635 100755 --- a/.local/bin/setbg +++ b/.local/bin/setbg @@ -16,5 +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 +pidof dwm >/dev/null && xdotool key super+F12 xwallpaper --zoom "$bgloc"