mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-02-15 08:32:27 +00:00
examples: noctalia-shell: Keep only reboot and shutdown in session menu.
This commit is contained in:
parent
42a46b7b43
commit
41e46a2523
@ -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
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user