sway
sway copied to clipboard
`hide_edge_borders --i3 smart` not hiding titlebar on tabbed/stacked containers anymore
- Sway Version:
1.9
- Debug Log:
https://paste.inpt.fr/?b020746019e5ca87#C1EYwxbmPZvtuiFZQkF6n1Lghxk9iTSnKitiKm5frZhW
- Configuration File:
hide_edge_borders --i3 smart
- Description:
- the
--i3flag is supposed to hide the titlebar on tabbed/stacked containers, ref. https://github.com/swaywm/sway/pull/3767. This used to work before 1.9, but is not working anymore on 1.9.
- the
I had some local commits to make this working and got to somewhat functioning state but I don't use master branch yet due to waybar not being drawn (shell top layer rendering issues it seems, and I don't have time to debug yet)
can make a pr when I'm back home
@nim65s please see the linked PR ^, the main file I was focusing on is transaction.c
I hope this helps! it is really a needed feature of sway (uncluterrung the screen from pretty rectangles when they are not needed) and I hope it would be merged to the main branch sooner rather than later. and so avoiding to keep rebasing the PR :)
@svalaskevicius You ever got around to that PR? :)
hi. see #8076 but it has an issue that needs debugging - any help is appreciated as I'm not sure when can I allocate more time to it