Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

[help] inline titlebar on windows #168

Open
ghost opened this issue Mar 29, 2023 · 1 comment
Open

[help] inline titlebar on windows #168

ghost opened this issue Mar 29, 2023 · 1 comment

Comments

@ghost
Copy link

ghost commented Mar 29, 2023

Using this code in settings.json on windows 10

"window.menuBarVisibility": "toggle",
"window.titleBarStyle": "native",
"customizeUI.titleBar": "inline",

Current (with window.title)

Expected (without window.title)

@ghost
Copy link
Author

ghost commented Mar 31, 2023

//"window.menuBarVisibility": "toggle",
//"window.titleBarStyle": "native",
//"customizeUI.titleBar": "inline",

"customizeUI.stylesheet": {
      ".monaco-workbench .titlebar": "display: none !important;",
      ".monaco-workbench .titlebar > div.window-title": "display: none",
      // Hide top-right buttons
      ".titlebar .window-controls-container": "display: none !important;",
      ".editor .title .actions-container .action-item a": "display: none !important;",
 },

I could customize upto this

@ghost ghost changed the title Remove window.title completely in Windows OS [help] inline titlebar on windows Mar 31, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants