sway icon indicating copy to clipboard operation
sway copied to clipboard

allow no titlebar in tabbed mode

Open bgkillas opened this issue 1 year ago • 5 comments

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

bgkillas avatar Aug 03 '22 10:08 bgkillas

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.

WillPower3309 avatar Sep 08 '22 06:09 WillPower3309

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

markstos avatar Nov 16 '22 19:11 markstos

See: https://github.com/swaywm/sway/issues/7350

sweenu avatar Jan 05 '23 10:01 sweenu

@sweenu #7350 is not about tabbed mode.

markstos avatar Jan 08 '23 17:01 markstos

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

leinfink avatar Jan 18 '23 18:01 leinfink