The only intended difference from the regular session is that the date menu moves to the right. However in the meantime, gnome-shell added a couple more (usually hidden) indicators, but we never updated the session mode definition. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/339>
11 lines
352 B
JSON
11 lines
352 B
JSON
{
|
|
"parentMode": "user",
|
|
"colorScheme": "force-light",
|
|
"showWelcomeDialog": false,
|
|
"enabledExtensions": [@CLASSIC_EXTENSIONS@],
|
|
"panel": { "left": ["activities"],
|
|
"center": [],
|
|
"right": ["screenRecording", "screenSharing", "dwellClick", "a11y", "keyboard", "dateMenu", "quickSettings"]
|
|
}
|
|
}
|