git.lucas.co / cce-compositor
Wayland compositor (wlroots)
git clone https://git.lucas.co/cce-compositor.git

commit9a08c3c807e1318afd1c007a02fece41171d9db7
parentcce49946cf
authorLucas Galante <[email protected]>
date2026-07-05 19:52
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" }