Disable screen locker

This commit is contained in:
Paul-Henri Froidmont 2022-07-27 03:32:21 +02:00
parent f74657d221
commit f48dac30ff
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE

View file

@ -58,7 +58,7 @@
unclutter.enable = true; unclutter.enable = true;
pasystray.enable = true; pasystray.enable = true;
screen-locker = { screen-locker = {
enable = true; enable = false;
inactiveInterval = 5; inactiveInterval = 5;
lockCmd = "${pkgs.i3lock}/bin/i3lock -e -f -c 000000 -i ~/.wallpaper.png"; lockCmd = "${pkgs.i3lock}/bin/i3lock -e -f -c 000000 -i ~/.wallpaper.png";
}; };