Wayland compositor (wlroots)
git clone https://git.lucas.co/cce-compositor.git
Update desktop context menu Settings entry to System Settings
scripts/cce-desktop-menu | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/cce-desktop-menu b/scripts/cce-desktop-menu
index 0115fdf..e2026d0 100644
--- a/scripts/cce-desktop-menu
+++ b/scripts/cce-desktop-menu
@@ -35,7 +35,7 @@ json_layout='{
{ "type": "button", "text": "Files", "id": "files" },
{ "type": "button", "text": "Data Editor", "id": "data_editor" },
{ "type": "button", "text": "Applications", "id": "apps" },
- { "type": "button", "text": "Settings", "id": "settings" },
+ { "type": "button", "text": "System Settings", "id": "settings" },
{ "type": "button", "text": "Expose Windows", "id": "expose" },
{ "type": "button", "text": "Reload Config", "id": "reload" },
{ "type": "button", "text": "Logout", "id": "exit" }