add optional native Linux title bar setting#162
Conversation
|
+1 |
|
Fixes #263 |
|
+1 |
|
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 |
|
yes please. that would be awesome!. |
|
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. |
|
@Tornado300 Holy cow, it's soooo sooo much better. Thank you so much! |
|
@Kamyil no problem, css overrides are powerful. |

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:

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

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