diff --git a/modules/rosenthal/examples/noctalia-shell/settings.json b/modules/rosenthal/examples/noctalia-shell/settings.json index 2fe89d9..b7b7b63 100644 --- a/modules/rosenthal/examples/noctalia-shell/settings.json +++ b/modules/rosenthal/examples/noctalia-shell/settings.json @@ -12,6 +12,41 @@ 3 ] }, + "sessionMenu": { + "countdownDuration": 10000, + "enableCountdown": true, + "largeButtonsLayout": "single-row", + "largeButtonsStyle": true, + "position": "center", + "powerOptions": [ + { + "action": "lock", + "enabled": false + }, + { + "action": "suspend", + "enabled": false + }, + { + "action": "hibernate", + "enabled": false + }, + { + "action": "reboot", + "enabled": true + }, + { + "action": "logout", + "enabled": false + }, + { + "action": "shutdown", + "enabled": true + } + ], + "showHeader": true, + "showNumberLabels": true + }, "wallpaper": { "enabled": false }