F12 is the new wal refresh bind, only in setbg

This commit is contained in:
Luke Smith
2020-04-26 11:12:45 -04:00
parent af4f814b0c
commit 8afc8de231
2 changed files with 2 additions and 4 deletions

View File

@@ -24,6 +24,4 @@ done
fix_sequences <"${HOME}/.cache/wal/sequences"
xsetroot -name "fsignal:xrdb"
pkill dunst
dunst &
pkill dunst; dunst &

View File

@@ -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"