commit 75002b78a39b8f0bed31dd6e6860cd90146e50c3 parent 50e1637727af5932786342913faf90dbd88dc3a7 Author: mtmn <miro@haravara.org> Date: Sat, 23 May 2026 17:03:45 +0200 habit: require user ack for notifications Diffstat:
| M | hosts/void/overlays/bin/habit | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hosts/void/overlays/bin/habit b/hosts/void/overlays/bin/habit @@ -6,4 +6,4 @@ if [ -n "$pid" ]; then export DBUS_SESSION_BUS_ADDRESS fi -WAYLAND_DISPLAY=wayland-1 DISPLAY=:0 /usr/sbin/notify-send "$@" +WAYLAND_DISPLAY=wayland-1 DISPLAY=:0 /usr/sbin/notify-send --expire-time=0 "$@"