From 16a253695506aea50c8332a2545df7b1bcd68f8d Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Thu, 19 Feb 2026 14:09:26 +0100 Subject: [PATCH] swayidle: Tweak notifications --- tree/.config/swayidle/config.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tree/.config/swayidle/config.tpl b/tree/.config/swayidle/config.tpl index 981cabb..bbe0b61 100644 --- a/tree/.config/swayidle/config.tpl +++ b/tree/.config/swayidle/config.tpl @@ -1,11 +1,11 @@ before-sleep 'loginctl lock-session' {% if hostname == "sputnik" %} -timeout 1770 'notify-send "Locking in 30s"' +timeout 1770 'notify-send --app-name=swayidle "Locking in 30s"' timeout 1800 'loginctl lock-session' {% else %} -timeout 530 'notify-send "Locking in 30s"' -timeout 600 'loginctl lock-session' +timeout 530 'notify-send --app-name=swayidle "Locking in 30s"' +timeout 600 'loginctl lock-session' {% end %} {% if hostname == "buran" %}