hyprwm / Hypr

Hypr is a tiling window manager written in modern C++.
BSD 3-Clause "New" or "Revised" License
1.06k stars 32 forks source link

Remove borders and gaps when only window in workspace #36

Closed rasmus-rap closed 2 years ago

rasmus-rap commented 2 years ago

Describe the solution you'd like I really liked this feature in i3. Could use the fullscreen function but atleast in firefox the URL bar wil move up which is kind of annoying

vaxerski commented 2 years ago

what

so like... fullscreen without telling the app it's fullscreen? or should the bar be visible too?

rasmus-rap commented 2 years ago

Yeah like Border_size, gaps_in and gaps_out all set to 0 when it is the only window on the monitor

vaxerski commented 2 years ago

added in 5d69be9a9894e13383b7c61c18dd042067dbf938

see the examples/hypr.conf or the wiki for how to enable the new functionality.

Thanks!