manual refresh xrdb on dwm after wal
This commit is contained in:
parent
05f9c3b707
commit
314ff058de
1 changed files with 1 additions and 0 deletions
|
@ -16,4 +16,5 @@ bgloc="${XDG_DATA_HOME:-$HOME/.local/share/}/bg"
|
||||||
# If pywal is installed, use it.
|
# If pywal is installed, use it.
|
||||||
wal -s -i "$(readlink -f "$bgloc")" -o "${XDG_CONFIG_HOME:-$HOME/.config}/wal/postrun" >/dev/null 2>&1
|
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"
|
xwallpaper --zoom "$bgloc"
|
||||||
|
|
Loading…
Reference in a new issue