We no longer include the app menu in the regular GNOME session, we shouldn't bring it back in Classic (not least because there never was a similar menu in GNOME 2). Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/255>
12 lines
316 B
JSON
12 lines
316 B
JSON
{
|
|
"parentMode": "user",
|
|
"colorScheme": "force-light",
|
|
"hasOverview": false,
|
|
"showWelcomeDialog": false,
|
|
"enabledExtensions": [@CLASSIC_EXTENSIONS@],
|
|
"panel": { "left": [],
|
|
"center": [],
|
|
"right": ["a11y", "keyboard", "dateMenu", "quickSettings"]
|
|
}
|
|
}
|