summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2019-09-16 16:19:05 +0200
committerAlan Pearce2019-09-16 16:19:05 +0200
commit3ca26e78cdf8115940fb26d94e232547c42f41e6 (patch)
tree905decae57f2ff4ee72ee6f0ab694981f5955946
parent9491f11ab53e0eb85159cacbfc1e36ac9643bd98 (diff)
downloadnixos-configuration-3ca26e78cdf8115940fb26d94e232547c42f41e6.tar.lz
nixos-configuration-3ca26e78cdf8115940fb26d94e232547c42f41e6.tar.zst
nixos-configuration-3ca26e78cdf8115940fb26d94e232547c42f41e6.zip
window-manager: Use plain i3lock in xautolock
-rw-r--r--modules/programs/window-manager.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/programs/window-manager.nix b/modules/programs/window-manager.nix
index 1ca1e10..ffd4ea6 100644
--- a/modules/programs/window-manager.nix
+++ b/modules/programs/window-manager.nix
@@ -16,7 +16,7 @@
    };
     xautolock = {
       enable = true;
-      locker = "${pkgs.i3lock-color}/bin/i3lock-color";
+      locker = "${pkgs.i3lock}/bin/i3lock";
       enableNotifier = true;
       notifier = "${pkgs.libnotify}/bin/notify-send \"Locking in 10 seconds\"";
       time = 5;