bbidulock / icewm

A window manager designed for speed, usability, and consistency
Other
585 stars 98 forks source link

There is no 'icesh toggleState' any more? What to replace it with? #580

Closed arsonoff closed 3 years ago

arsonoff commented 3 years ago

I had the button on the panel, ~/.icewm/toolbar:

...
prog xvkbd input-keyboard.png icesh -class xvkbd toggleState Minimized
...

Now it does not work. Replaced with wmctrl -r xvkbd -b toggle,hidden

icesh it can be made?

gijsbers commented 3 years ago

icesh -c xvkbd -N HIDDEN restore || icesh -c xvkbd hide

arsonoff commented 3 years ago

OK