add caelestia shell

This commit is contained in:
2026-01-20 23:02:45 +03:00
parent 2eb01e9603
commit c09233132b
12 changed files with 210 additions and 165 deletions
+4 -3
View File
@@ -2,7 +2,8 @@
{
services.hypridle = let
lock_cmd = "hyprlock --grace 10";
lock_cmd = "caelestia shell lock lock &";
# lock_cmd = "hyprlock --grace 10";
# lock_cmd = "exit";
suspend_cmd = "systemctl suspend || loginctl suspend";
in {
@@ -16,11 +17,11 @@
listener = [
{
timeout = 300; # 5 mins
timeout = 420; # 7 mins
on-timeout = "loginctl lock-session";
}
{
timeout = 600; # 10 mins
timeout = 780; # 13 mins
# on-timeout = "hyprctl dispatch dpms off";
# on-resume = "hyprctl dispatch dpms on";
}