mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
SessionMenu: remove lock & suspend option, add toggle in general tab to
decide if lockscreen is used or not
This commit is contained in:
@@ -32,6 +32,16 @@
|
||||
"reset": "Reset screen corners radius"
|
||||
}
|
||||
},
|
||||
"lockscreen": {
|
||||
"section": {
|
||||
"label": "Lock screen",
|
||||
"description": "Configure lock screen behavior."
|
||||
},
|
||||
"lock-on-suspend": {
|
||||
"label": "Lock on suspend",
|
||||
"description": "Automatically lock the screen when suspending the system."
|
||||
}
|
||||
},
|
||||
"fonts": {
|
||||
"reset-scaling": "Reset scaling",
|
||||
"section": {
|
||||
|
||||
@@ -65,7 +65,8 @@
|
||||
"screenRadiusRatio": 1,
|
||||
"animationSpeed": 1,
|
||||
"animationDisabled": false,
|
||||
"compactLockScreen": false
|
||||
"compactLockScreen": false,
|
||||
"lockOnSuspend": true
|
||||
},
|
||||
"location": {
|
||||
"name": "Tokyo",
|
||||
|
||||
Reference in New Issue
Block a user