Skip to content

Commit

Permalink
F12 is the new wal refresh bind, only in setbg
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeSmithxyz authored and drees5 committed Feb 11, 2024
1 parent 07cb5d2 commit 166364d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .config/wal/postrun
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,4 @@ done

fix_sequences <"${HOME}/.cache/wal/sequences"

xsetroot -name "fsignal:xrdb"
pkill dunst
dunst &
pkill dunst; dunst &
2 changes: 1 addition & 1 deletion .local/bin/setbg
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 166364d

Please sign in to comment.