From 41e46a25233778ebfc766762c6f455d922416d63 Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Wed, 11 Feb 2026 00:56:39 +0800 Subject: [PATCH] examples: noctalia-shell: Keep only reboot and shutdown in session menu. --- .../examples/noctalia-shell/settings.json | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) 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 }