1
0
Fork 0

Fix lock-enabled variable name

This commit is contained in:
Malte Brandy 2021-10-10 22:16:22 +02:00
parent 2dc5140184
commit 61767dc41d
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
{ {
dconf.settings = { dconf.settings = {
"org/gnome/desktop/screensaver" = { "org/gnome/desktop/screensaver" = {
lock = false; lock-enabled = false;
}; };
}; };
} }

View file

@ -2,7 +2,7 @@
{ {
dconf.settings = { dconf.settings = {
"org/gnome/desktop/screensaver" = { "org/gnome/desktop/screensaver" = {
lock = true; lock-enabled = true;
}; };
}; };
} }