summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-08-15 15:54:30 +0200
committersils <sils@sils.li>2023-08-15 15:54:30 +0200
commit0ac6989bb03a8a045e598e97ed1ce99b36b8c838 (patch)
treec2b43d59b06a7d6ecd449527c54435ee15eedc8e
parentFeat(u/sils/packages): Remove libreoffice (diff)
downloadnix-config-0ac6989bb03a8a045e598e97ed1ce99b36b8c838.tar.gz
nix-config-0ac6989bb03a8a045e598e97ed1ce99b36b8c838.zip
Fix(u/sils/swayidle): Don't turn screen off
This is necessary because this causes suspend-then-hibernate to trigger.
Diffstat (limited to '')
-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";
   };