This commit is contained in:
Hadi
2024-05-09 10:54:19 +02:00
parent e58fda9896
commit a26fbaa2c3
4 changed files with 129 additions and 67 deletions

View File

@@ -13,11 +13,11 @@
on-resume = ${pkgs.libnotify}/bin/notify-send "Welcome back ${config.home.username}!"
}
# Suspend
listener {
timeout = 660
on-timeout = systemctl suspend
# on-resume = ${pkgs.libnotify}/bin/notify-send "Welcome back to your desktop!"
}
# Suspend (not working on my laptop)
#listener {
# timeout = 660
# on-timeout = systemctl suspend
# on-resume = ${pkgs.libnotify}/bin/notify-send "Welcome back to your desktop!"
#}
'';
}