Skip to content

add optional native Linux title bar setting#162

Open
ptdewey wants to merge 2 commits into
ZenNotes:mainfrom
ptdewey:push-suplsywklypx
Open

add optional native Linux title bar setting#162
ptdewey wants to merge 2 commits into
ZenNotes:mainfrom
ptdewey:push-suplsywklypx

Conversation

@ptdewey

@ptdewey ptdewey commented Jun 14, 2026

Copy link
Copy Markdown

Adds a Linux-only appearance setting to use the native window-manager title bar instead of the default electron title bar. This option will only show up in the settings page on a linux system, and requires a restartn to take effect (the electron window needs to be recreated to adjust window decorations). Default behavior remains the same as before.

Screenshots:

With default electron title bar:
image

No title bar (based on my window manager setting):

image

Toggle in settings:
image

Sorry if I should have opened an issue for this first, but I figured this would a relatively small and unobjectionable change.

@ptdewey
ptdewey requested a review from adibhanna as a code owner June 14, 2026 00:09
@wholetthekfcgo

Copy link
Copy Markdown

+1

@radiorambo

Copy link
Copy Markdown

Fixes #263

@raphael-soares

Copy link
Copy Markdown

+1

@Kamyil

Kamyil commented Jul 10, 2026

Copy link
Copy Markdown

omg, I would love to have this on macOS as well. Default title bar takes so much space, I would like to have something like Helium browser has

@Tornado300

Copy link
Copy Markdown

yes please. that would be awesome!.

@Tornado300

Copy link
Copy Markdown

for everyone that wants to have a quick fix/workaround for removing the title bar, you can just remove the whole bar with css.

.glass-titlebar {
	display: none;
}

maybe that helps someone.

@Kamyil

Kamyil commented Jul 12, 2026

Copy link
Copy Markdown

@Tornado300 Holy cow, it's soooo sooo much better. Thank you so much!
image

@Tornado300

Copy link
Copy Markdown

@Kamyil no problem, css overrides are powerful.
PS: if you are on the discord, there is a theme channel where everyone can put css snippets. i have also put a snippet for better tabs. it makes them a bit bigger, rounder, changes the limiter bar and some other stuff. im also doin some other snippets and might post them there if they are worth it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants