-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove titlebar in tabbed mode too #1286
Comments
One can significantly reduce the size of the titlebar by setting the font size to zero:
|
@wdbw Interesting workaround, but I fear it conflicts with other functionality. For example the statusbar (which can be fixed by declaring a font for it under bar {}, though) |
It is useful in small screens where almost every window is perferably maximized. |
This worked for a brief time while the tabbed layout was being developed for sway 1.0, it'd be cool to flesh it out properly. |
It seems this can be achieved (in any layout, not just tabbed) with
|
This seems to apply equally to the status bar, rendering it useless. |
Is there a way to not hacking the font? |
Closing per i3/i3#3617 |
Currently titlebars are removed (if so set in the config) in floating mode only.
Would it be possible to remove them in tabbed mode too?
This was never implemented in i3 either (1 2), even though a very simple patch exists, but IMHO is extremely useful for many people when using a laptop with limited screen height. Currently I'm using Openbox, which allows it instead (it doesn't really have a tabbed mode; but I simulate it through title-less maximized windows, cycling through them via mod-tab).
The text was updated successfully, but these errors were encountered: