about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2022-09-10 22:57:38 +0200
committerBaitinq <[email protected]>2022-09-10 22:57:38 +0200
commit3648ba1498c1e32f5132167f05e6235df73c1e0f (patch)
tree1860b57435816596387aa158edf9c514ecdb0bc2 /hosts
parentPackages: Remove non-existant package references (diff)
downloadnixos-config-3648ba1498c1e32f5132167f05e6235df73c1e0f.tar.gz
nixos-config-3648ba1498c1e32f5132167f05e6235df73c1e0f.tar.bz2
nixos-config-3648ba1498c1e32f5132167f05e6235df73c1e0f.zip
Xlock: Respect dpms off screen
Diffstat (limited to 'hosts')
-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;
     };
   };