mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-02-20 19:14:20 +00:00
63 lines
1.3 KiB
JSON
63 lines
1.3 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
|
|
}
|
|
],
|
|
"showHeader": true,
|
|
"showNumberLabels": true
|
|
},
|
|
"wallpaper": {
|
|
"enabled": false
|
|
}
|
|
}
|