PDA

View Full Version : [SOLVED] maximize/minimize from launcher



dkerlee
October 9th, 2015, 02:27 PM
I'd like to suggest a GUI improvement. From the default launcher, on the side, when clicked once, the application comes up, when clicked again, it minimizes. At the moment, the second click doesn't do anything other than re-bring-it-to-the-front.
thanks!

howefield
October 9th, 2015, 02:32 PM
That is now a user configurable option, at least in later releases. Not sure which release it was first to include, may have been 15.04.

deadflowr
October 9th, 2015, 08:57 PM
^^First included in 14.04.
There is a ppa for 12.04.

You need to either install a utility tool such as compizconfig-settings-manager, unity-tweak-tool, or dconf-editor.
(howefield's is unity-tweak-tool --as seen from the screenie)

or run

dconf write /org/compiz/profiles/unity/plugins/unityshell/launcher-minimize-window true
from a terminal.

Note: it's considered an unsupported action, so anything that you might not like about it will not be fixed.
(And it has various actions that you may find irritating, like how it handles multiple windows for the same app, and how it handles windows on different workspaces, among other things.
Though, taking it as a whole, it works great)

Enjoy

dkerlee
October 9th, 2015, 11:30 PM
thank you!