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 /.local/bin | |
| 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
Diffstat (limited to '.local/bin')
| -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" |
