Skip to content
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

Closed
ghost opened this issue Jul 22, 2017 · 8 comments
Closed

Remove titlebar in tabbed mode too #1286

ghost opened this issue Jul 22, 2017 · 8 comments
Labels
enhancement New feature or incremental improvement

Comments

@ghost
Copy link

ghost commented Jul 22, 2017

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).

@wdbw
Copy link
Contributor

wdbw commented Jul 24, 2017

One can significantly reduce the size of the titlebar by setting the font size to zero:

font pango:DejaVu Sans Mono 0

@ghost
Copy link
Author

ghost commented Jul 24, 2017

@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)

@bohrshaw
Copy link

It is useful in small screens where almost every window is perferably maximized.

@ddevault
Copy link
Contributor

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.

@ianyfan ianyfan added the enhancement New feature or incremental improvement label Oct 15, 2018
@ghost
Copy link

ghost commented Jan 12, 2020

It seems this can be achieved (in any layout, not just tabbed) with

font pango:monospace 0
titlebar_border_thickness 0                                                     
titlebar_padding 0

@DouglasRoyds
Copy link

It seems this can be achieved (in any layout, not just tabbed) with

font pango:monospace 0
titlebar_border_thickness 0                                                     
titlebar_padding 0

This seems to apply equally to the status bar, rendering it useless.

@tmpm697
Copy link

tmpm697 commented Jun 15, 2021

Is there a way to not hacking the font?

@emersion
Copy link
Member

emersion commented Jul 3, 2021

Closing per i3/i3#3617

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or incremental improvement
Development

No branches or pull requests

7 participants