update

Ryan Gibb ced61013 5d62dadf

Changed files
+8 -5
home
gui
wm
scripts
sway
+7
home/gui/wm/scripts/dunst_restart.sh
···
+
#!/usr/bin/env bash
+
+
while true; do
+
swaymsg -t subscribe '["output"]';
+
sleep 3;
+
pkill dunst
+
done
+1 -5
home/gui/wm/sway/exec
···
exec timewall set --daemon
# https://github.com/dunst-project/dunst/issues/1396
-
exec while true; do \
-
swaymsg -t subscribe '["output"]'; \
-
sleep 3; \
-
pkill dunst; \
-
done
+
exec $SCRIPT_DIR/dunst_restart.sh