diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-04-26 11:12:45 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-04-26 11:12:45 -0400 |
| commit | 8afc8de231f06c4df8ea47ce6b7e36ce8f3da4c9 (patch) | |
| tree | 6fe7737f00ee74f15ea19d4c08c4a596369f78b2 | |
| parent | af4f814b0cb8326368d3ccaa9934ec9342f0728a (diff) | |
| download | eibhear-8afc8de231f06c4df8ea47ce6b7e36ce8f3da4c9.tar.gz eibhear-8afc8de231f06c4df8ea47ce6b7e36ce8f3da4c9.tar.zst eibhear-8afc8de231f06c4df8ea47ce6b7e36ce8f3da4c9.zip | |
F12 is the new wal refresh bind, only in setbg
| -rwxr-xr-x | .config/wal/postrun | 4 | ||||
| -rwxr-xr-x | .local/bin/setbg | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/.config/wal/postrun b/.config/wal/postrun index ae28d83..74d551b 100755 --- a/.config/wal/postrun +++ b/.config/wal/postrun @@ -24,6 +24,4 @@ done fix_sequences <"${HOME}/.cache/wal/sequences" -xsetroot -name "fsignal:xrdb" -pkill dunst -dunst & +pkill dunst; dunst & 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" |
