home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit c6d677a379164662b20f33cbe1aa17c7cc514c38
parent f95b618c46cfd9afed6f837c47df6a9d7a82b8c2
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 21 Dec 2020 09:49:42 +0100

users/vincent: i3 disable xautolock killer

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Musers/vincent/desktop/i3.nix | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/users/vincent/desktop/i3.nix b/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;