From 0fdc9854fead80928784478b412023069b858d85 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 5 Mar 2025 18:39:24 +0000 Subject: [PATCH] chore(cursor): tweak window title to focus on root/project name --- cursor/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cursor/settings.json b/cursor/settings.json index d00c720..1be482f 100644 --- a/cursor/settings.json +++ b/cursor/settings.json @@ -23,8 +23,9 @@ // "window.commandCenter": true, "window.customTitleBarVisibility": "auto", - "window.nativeFullScreen": false, // Does not work when nativeTabs are enabled. + "window.nativeFullScreen": false, // Does not work with nativeTabs enabled. "window.nativeTabs": true, + "window.title": "${rootName}${separator}${profileName}", "workbench.activityBar.location": "top", // // ===========================================================================