summary refs log tree commit diff stats
path: root/users
diff options
context:
space:
mode:
Diffstat (limited to 'users')
-rw-r--r--users/sils/swayidle/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/users/sils/swayidle/default.nix b/users/sils/swayidle/default.nix
index 20eabad..f901a58 100644
--- a/users/sils/swayidle/default.nix
+++ b/users/sils/swayidle/default.nix
@@ -17,11 +17,11 @@
         timeout = 120;
         command = "${pkgs.swaylock}/bin/swaylock -f";
       }
-      {
-        timeout = 140;
-        command = "${pkgs.hyprland}/bin/hyprctl dispatch dpms off";
-        resumeCommand = "${pkgs.hyprland}/bin/hyprctl dispatch dpms on";
-      }
+      #{
+      #  timeout = 140;
+      #  command = "${pkgs.hyprland}/bin/hyprctl dispatch dpms off";
+      #  resumeCommand = "${pkgs.hyprland}/bin/hyprctl dispatch dpms on";
+      #}
     ];
     systemdTarget = "hyprland-session.target";
   };