about summary refs log tree commit diff
path: root/hosts/home.nix
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-09-10 22:57:38 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-09-10 22:57:38 +0200
commit58487b64e8688e09ef421592eb1a1629885395ec (patch)
treeeabe876d9529c1baea10379f5ea444d5d2e091e8 /hosts/home.nix
parentPackages: Remove non-existant package references (diff)
downloadnixos-config-58487b64e8688e09ef421592eb1a1629885395ec.tar.gz
nixos-config-58487b64e8688e09ef421592eb1a1629885395ec.tar.bz2
nixos-config-58487b64e8688e09ef421592eb1a1629885395ec.zip
Xlock: Respect dpms off screen
Diffstat (limited to 'hosts/home.nix')
-rw-r--r--hosts/home.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/home.nix b/hosts/home.nix
index 1710a08..8ec1aa0 100644
--- a/hosts/home.nix
+++ b/hosts/home.nix
@@ -75,7 +75,7 @@
 
     screen-locker = {
       enable = true;
-      lockCmd = "${pkgs.xlockmore}/bin/xlock -mode blank";
+      lockCmd = "${pkgs.xlockmore}/bin/xlock +resetsaver -dpmsoff 5 -mode blank";
       xautolock.enable = false;
     };
   };