View Single Post
Old 03-12-2020, 07:36 PM   #8
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
Okay, I'd missed @twobob's stuff because I mostly don't care about GUI stuff, but doing it the Hard Way (wmctrl) still kinda works.

The resize (as in, twobob's original example) is a bitch because the values are device-specific, so you'd have to parse the query output first, but it works (at the expected cost of causing a re-layout).

On the other hand, hiding works over here on FW 5.9.7.

(i.e., wmctrl -r L:C_N:titleBar_ID:system -b toggle,hidden).

The catch, of course, is that this is a third-party tool that's:

* Old, which might in turn end up affecting my next bullet point... (EDIT: although, it's in Portage, I happen to have it built on my system for some reason [EDITē: dropbox], and the only patch needed is for 64bit compatibility).
* Requires X11 libs, which requires going down a rabbit hole of dependencies.

Which means it's proooobably not going to be happening .

Last edited by NiLuJe; 03-12-2020 at 08:05 PM.
NiLuJe is offline   Reply With Quote