F12 is the new wal refresh bind, only in setbg
This commit is contained in:
parent
af4f814b0c
commit
8afc8de231
2 changed files with 2 additions and 4 deletions
|
@ -24,6 +24,4 @@ done
|
|||
|
||||
fix_sequences <"${HOME}/.cache/wal/sequences"
|
||||
|
||||
xsetroot -name "fsignal:xrdb"
|
||||
pkill dunst
|
||||
dunst &
|
||||
pkill dunst; dunst &
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue