summaryrefslogtreecommitdiff
path: root/modules/home-manager
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-01-13 10:08:23 -0700
committerDevin Finlinson <devin.finlinson@pm.me>2024-01-13 10:08:23 -0700
commit6c9ff5ce3efcea9f3d20f12cb293e7d6420570b5 (patch)
tree4b004fe74577d66acf09e1544b54a085297bc9b0 /modules/home-manager
parentbe2ec73c211a730b2b84de12f3439d03b9e95d75 (diff)
swayidle effects need to be configured like timers to work
Diffstat (limited to 'modules/home-manager')
-rw-r--r--modules/home-manager/swayidle.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home-manager/swayidle.nix b/modules/home-manager/swayidle.nix
index d2974e1..d9fbc98 100644
--- a/modules/home-manager/swayidle.nix
+++ b/modules/home-manager/swayidle.nix
@@ -25,6 +25,6 @@
resumeCommand = "brightnessctl -r";
}
];
- events.before-sleep.event = "swaylock";
+ # events.before-sleep.event = "swaylock";
};
}