shelltile icon indicating copy to clipboard operation
shelltile copied to clipboard

Hide Title bar by using extension Maximus2

Open schlichtanders opened this issue 9 years ago • 1 comments

Hi, I love tiling and I have a simple idea which may work out of the box to get rid of the title-bars everywhere in tiling mode (always a great feature):

the extension Maximums2 https://github.com/wilfm/GnomeExtensionMaximusTwo can on my gnome indeed not only vanish the title bar of fully maximized windows, but also of windows which are maximized by Super + Left or Super + Right to half of the screen. Chances are that the same works for tiling

Maximus2 uses the _GTK_HIDE_TITLEBAR_WHEN_MAXIMIZED feature to handle this, i.e. it seems that the windows only need the flag const MAXIMIZED = Meta.MaximizeFlags.BOTH; (or maybe vertical maximization is enough). Something along these lines

The respective code in Maximus2 can be found here https://github.com/wilfm/GnomeExtensionMaximusTwo/blob/master/maximus-two%40wilfinitlike.gmail.com/decoration.js#L137

Is something like this possible to implement? (I myself unfortunately haven't worked at all with this api/javascript and would be glad if I can motivate someone else with more knowhow by pointing out the possibility =)

schlichtanders avatar Jun 17 '16 06:06 schlichtanders

More detailed duplicate of #1?

FrederikNJS avatar Nov 09 '17 08:11 FrederikNJS