summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.config/wal/postrun4
-rwxr-xr-x.local/bin/setbg2
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"