From 0ac6989bb03a8a045e598e97ed1ce99b36b8c838 Mon Sep 17 00:00:00 2001 From: sils Date: Tue, 15 Aug 2023 15:54:30 +0200 Subject: Fix(u/sils/swayidle): Don't turn screen off This is necessary because this causes suspend-then-hibernate to trigger. --- users/sils/swayidle/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'users') 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"; }; -- cgit 1.4.1