Commit c6d677a37916

Vincent Demeester <vincent@sbr.pm>
2020-12-21 09:49:42
users/vincent: i3 disable xautolock killer
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent f95b618
Changed files (1)
users
vincent
desktop
users/vincent/desktop/i3.nix
@@ -159,9 +159,9 @@ in
       enable = true;
       lockCmd = lockCommand;
       inactiveInterval = 60;
-      xautolockExtraOptions = [
-        "Xautolock.killer: systemctl suspend"
-      ];
+      # xautolockExtraOptions = [
+      #   "Xautolock.killer: systemctl suspend"
+      # ];
     };
     random-background = {
       enable = true;