Skip to content

allow no titlebar in tabbed mode #7127

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

bgkillas
Copy link

@bgkillas bgkillas commented Aug 3, 2022

i just want the option to have no titlebar and just use keybinds to switch between them and cant see reason to not give the option

i just want the option to have no titlebar and just use keybinds to switch between them and cant see reason to not give the option
@WillPower3309
Copy link

I don't think this is the way to do this. Check out the tabbed container rendering function:
https://github.com/swaywm/sway/blob/master/sway/desktop/render.c#L776

If you want no titlebars in tabbed mode, I think the solution is to add a config option for ignoring them and then add a check for that option in the function I linked above.

@markstos
Copy link
Contributor

This is a niche feature not in i3, and features not in i3 are generally not being accepted.

@sweenu
Copy link

sweenu commented Jan 5, 2023

See: #7350

@markstos
Copy link
Contributor

markstos commented Jan 8, 2023

@sweenu #7350 is not about tabbed mode.

@leinfink
Copy link

@sweenu #7350 is not about tabbed mode.

It doesn't seem to be, at least it doesn't say so directly, but AFAIK the workaround they mention (setting font-size to 0) was only needed to remove titlebars in tabbed mode, not the "normal" ones. So I think that issue is actually about tabbed mode.

@emersion emersion added enhancement New feature or incremental improvement window-management Configuring and arranging toplevels labels Jan 26, 2024
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 window-management Configuring and arranging toplevels
Development

Successfully merging this pull request may close these issues.

6 participants