I'm making a small GUI extension, one of the things with which it struggles however are minimized windows (I do a lot of window moving via wmctrl
). I heard that it is impossible to minimize windows with wmctrl (which it probably should be), so I assume that "un-minimizing" would be impossible as well, still worth the ask though.
Asked
Active
Viewed 31 times
0

Brendan Mesters
- 483
wmctrl
works by adding thehidden
property (option-b
). – vanadium Mar 06 '21 at 16:47