Disable screen locker
This commit is contained in:
parent
f74657d221
commit
f48dac30ff
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue