From 0a08586930c96787a71dd18f2af83db04be54b10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Thu, 4 May 2023 13:22:55 +0100 Subject: [PATCH] disable sway autosuspend for now --- config/programs/swayidle.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/programs/swayidle.nix b/config/programs/swayidle.nix index b7a69e8e..58faa3e2 100644 --- a/config/programs/swayidle.nix +++ b/config/programs/swayidle.nix @@ -43,10 +43,10 @@ in { command = "${screen-off-script}"; resumeCommand = "${resume-script}"; } - { - timeout = 900; - command = "${suspend-script}"; - } + #{ + # timeout = 900; + # command = "${suspend-script}"; + #} ]; }; }