diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-04-14 20:38:25 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-04-14 20:38:25 -0400 |
| commit | 314ff058de27274a8b3ee0fd272ed0105fd01b6d (patch) | |
| tree | a3bd31d87393d2dd95679c9c18633bbca1ef64d4 /.local/bin/setbg | |
| parent | 05f9c3b70799d48ec39786097808fccfd7c89643 (diff) | |
| download | eibhear-314ff058de27274a8b3ee0fd272ed0105fd01b6d.tar.gz eibhear-314ff058de27274a8b3ee0fd272ed0105fd01b6d.tar.zst eibhear-314ff058de27274a8b3ee0fd272ed0105fd01b6d.zip | |
manual refresh xrdb on dwm after wal
Diffstat (limited to '.local/bin/setbg')
| -rwxr-xr-x | .local/bin/setbg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.local/bin/setbg b/.local/bin/setbg index b91c87c..3e7294b 100755 --- a/.local/bin/setbg +++ b/.local/bin/setbg @@ -16,4 +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 xwallpaper --zoom "$bgloc" |
