glzr-io / glazewm

GlazeWM is a tiling window manager for Windows inspired by i3wm.
GNU General Public License v3.0
5.86k stars 169 forks source link

Feature Request: display mode hide mode #295

Closed Petar0000 closed 2 months ago

Petar0000 commented 1 year ago

I think this feature would help maximize screen space usage:

Basically it would be like "display mode: hide mode" for i3, where the bar is only displayed while pressing some keybinding you can define in the config.

https://i3wm.org/docs/userguide.html#_display_mode

In terms of implementation: In order to avoid having to resize windows because of the bar appearing when toggled, maybe the bar could be rendered on top of all windows by default?

Cornelius-Figgle commented 1 year ago

would also like this, or maybe a more generic way to modify configs via a keybind (setting the bar height to 0px removes it currently, however a keybind to toggle enabled would be nice as well)

xslendix commented 1 year ago

same same

im-notpua commented 2 months ago

All i want is a way to toggle, the bar. In linux we could just send the process to SIGUSR1 and that kills the bar temporarily, I have used that in various WM configs. But idk about windows.

lars-berger commented 2 months ago

I'm closing feature requests and bugs about the built-in bar since it's now been swapped out for Zebar. If Zebar doesn't fix what you need, a new issue for it can be opened over here