add caelestia shell
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user