Possible Duplicate:
How to “show desktop” from command line?
I was wondering if there was a shell command that minimizes/maximizes all windows.
I have heard of wmctrl -k on
, but the program 'wmctrl' is not a default in Ubuntu.
Thanks!
Possible Duplicate:
How to “show desktop” from command line?
I was wondering if there was a shell command that minimizes/maximizes all windows.
I have heard of wmctrl -k on
, but the program 'wmctrl' is not a default in Ubuntu.
Thanks!
Super-D will minimize/restore all windows.
http://www.ubuntugeek.com/list-of-ubuntu-unity-keyboard-shortcuts.html
wmctrl is available in the Universe repository. Run sudo apt-get install wmctrl
to install it.
I'm not a developer, but if your program needs it, I think you can list it as a dependency when you package the program. This will ensure that wmctrl is installed when your program is installed.