PDA

View Full Version : [SOLVED] Minimize on click



cranerja
April 26th, 2014, 06:52 AM
I've read that minimize on click works in 14.04, but the only way I've seen is with ccsm. I'd rather not install that program. Is there a way to enable from the terminal?

grumblebum2
April 26th, 2014, 07:49 AM
You can enable the setting using dconf-editor @ the path org/compiz/profiles/plugins/unityshell launcher-minimize-window
Don't know how you would do it via command line though because the key has no schema.

Edit:Here we go this terminal command will enable...

gsettings set org.compiz.unityshell:/org/compiz/profiles/unity/plugins/unityshell/ launcher-minimize-window true

cranerja
April 26th, 2014, 08:22 PM
Thank you so much!