Replies: 2 comments
|
Note: i tried Zen-Mode, while it does hide the window decorations, it also hides everything else, useful, but not 100% what is needed for normal workflow. |
|
There is currently no separate setting for this in the desktop build. What you see is not a Hyprland/server-side decoration that a window rule can remove; it is ZenNotes' own React The current component always renders its 44px ( The app shell only suppresses that component when https://github.com/ZenNotes/zennotes/blob/main/packages/app-core/src/App.tsx#L874-L880 That explains both observations:
So there is no clean runtime workaround in the packaged app today. The minimal product change would be a separate persisted {!zenMode && !hideTitleBar && <TitleBar />}That can be independent of Zen Mode; no Electron window-frame change is needed, because ZenNotes already creates non-macOS windows with I would favor an explicit Linux option over compositor auto-detection: it works for Hyprland, Sway, i3, and unusual user setups without relying on environment-variable heuristics. Until that option lands, a source build with the |
Uh oh!
There was an error while loading. Please reload this page.
first: great first impressions.
However under a tiling window manager, like Hyprland, the top windows decoration with title and minimize / maximize buttons are noise.
is there already an option to disable them, if not it would be nice to have it either auto-detect that it runs in a tiling window manager or at least let it be an option to turn off.
All reactions