update
Ryan Gibb 11 months ago 525637e3 7a46ecfb
··· 13 13 exec systemctl --user start gammastep 14 14 15 15 exec timewall set --daemon 16 16 + 17 17 + # https://github.com/dunst-project/dunst/issues/1396 18 18 + exec while true; do \ 19 19 + swaymsg -t subscribe '["output"]'; \ 20 20 + sleep 3; \ 21 21 + pkill dunst; \ 22 22 + done