mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-02-20 11:04:32 +00:00
* modules/rosenthal/packages/wm.scm (noctalia-shell): Update to 4.5.0. * modules/rosenthal/examples/dot-config/noctalia/settings.json: Update session menu.
68 lines
1.5 KiB
JSON
68 lines
1.5 KiB
JSON
{
|
|
"appLauncher": {
|
|
"terminalCommand": "wezterm start --"
|
|
},
|
|
"colorSchemes": {
|
|
"darkMode": false,
|
|
"predefinedScheme": "Nord"
|
|
},
|
|
"dock": {
|
|
"displayMode": "exclusive",
|
|
"enabled": true,
|
|
"position": "left",
|
|
"size": 2
|
|
},
|
|
"osd": {
|
|
"enabled": true,
|
|
"enabledTypes": [
|
|
0,
|
|
1,
|
|
2,
|
|
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
|
|
},
|
|
{
|
|
"action": "rebootToUefi",
|
|
"command": "loginctl reboot --firmware-setup",
|
|
"enabled": true
|
|
}
|
|
],
|
|
"showHeader": true,
|
|
"showNumberLabels": true
|
|
},
|
|
"wallpaper": {
|
|
"enabled": false
|
|
}
|
|
}
|