diff options
Diffstat (limited to '.local')
| -rwxr-xr-x | .local/bin/setbg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/setbg b/.local/bin/setbg index 3e7294b..ea35e16 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" |
