From f4938af18c1ee0602a9632502ce77bf12317f136 Mon Sep 17 00:00:00 2001 From: sils Date: Sun, 22 Oct 2023 23:40:15 +0200 Subject: feat(u/sils/swayidle): disable turning screen off # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # On branch main # Your branch is up to date with 'origin/main'. # # Changes to be committed: # modified: users/sils/swayidle/default.nix # --- 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 beddfd5..df160df 100644 --- a/users/sils/swayidle/default.nix +++ b/users/sils/swayidle/default.nix @@ -17,11 +17,11 @@ timeout = 60; command = "${pkgs.swaylock}/bin/swaylock -f"; } - { - timeout = 40; - command = "${pkgs.hyprland}/bin/hyprctl dispatch dpms off"; - resumeCommand = "${pkgs.hyprland}/bin/hyprctl dispatch dpms on"; - } + #{ + # timeout = 40; + # command = "${pkgs.hyprland}/bin/hyprctl dispatch dpms off"; + # resumeCommand = "${pkgs.hyprland}/bin/hyprctl dispatch dpms on"; + #} ]; systemdTarget = "hyprland-session.target"; }; -- cgit 1.4.1