Quickly minimize/hide all windows, preferably with mouse - 11.10 specifc

29,200

Solution 1

I found an answer that does work on 11.10 !!!

Unity Tweak!

Doing this:

sudo add-apt-repository ppa:tualatrix/ppa
sudo apt-get update
sudo apt-get install ubuntu-tweak

Installs it.

If you start the app...

enter image description here

...you can see the settings:

enter image description here

With or without the app up, now if you move to the bottom right corner , all windows hide.
That's the default on install.

Solution 2

In 11.10 the default keyboard shortcut to minimize all windows and show the desktop is Super+D, in 12.04 Ctrl+Super+D.

Installing and running CCSM is not recommended.

You can activate the launcher icon to show the desktop in the desktop settings from 12.04 only myunity Install myunity (in 11.10 this feature was not yet implemented in the Compiz Unity plugin)

enter image description here

Solution 3

Moving mouse to edge/corner like Windows

  • To mimic the behavior you want (move to lower right triggers minimize), just install CompizConfig Settings Manager (CCSM) with sudo apt-get install compizconfig-settings-manager.

  • Start CCSM from the Dash, and type "General Options" under filter. Double-click on General Options, select the Key Bindings tab, and find the Show Desktop edge binding as shown below:

enter image description here

  • Click on "None" to get the edge-selection window, and click the bottom-right (or whichever you want) to turn it from red to green. Click OK and close CCSM.

enter image description here

  • Now moving to the bottom right will show the desktop/minimize; moving away and moving back to that corner will unhide the minimized windows.

Based on Takkat's reference to this CCSM link, I will add that CCSM is an advanced tool and one wrong click/typo, especially if you are fat fingered, may render you unable to use the full Unity Gui, until you fix it from the terminal. So uninstalling it after you're done is probably a good idea; the changes will persist.


Keyboard Shortcut for 11.10 (Super+D)

A keyboard way to minimize all Windows (much like Win+D in Windows) is Super+D. (in 12.04, it's Ctrl+Super+D)

Super key = Win key!

Doing this again will restore the windows.

Solution 4

Besides for the keyboard shortcut izx mentioned, there is also a way to add a "Show Desktop" button, https://askubuntu.com/a/68996/53455.

They made this a little easier to do in 12.04, you can install the MyUnity utility (available in the repos), open it up, click desktop, then 'Active "Show desktop" icon. I'm not sure if MyUnity and this method will work for 11.10.

Solution 5

Ctrl+Alt+D is the combination on my Ubuntu 10.04 LTS — to hide all windows on the desktop.

Share:
29,200
Michael Durrant
Author by

Michael Durrant

Updated on September 18, 2022

Comments

  • Michael Durrant
    Michael Durrant over 1 year

    How can I minimize/hide all my windows quickly, same as moving mouse to lower right in Windows XP?

    • I don't want a command-line option.
    • Ideally, I want to move the mouse to trigger it, or perhaps click the mouse.
    • I can't use a trackpad/touchpad solution since I use an external mouse.
  • ish
    ish almost 12 years
    MyUnity is available for 11.10, don't know if it includes this option or not.
  • Michael Durrant
    Michael Durrant almost 12 years
    Wrong. Actually the "Windows" key however combined is bringing up dash stuff HOWEVER... ctrl-alt D (NOT ctrl-alt-delete though!) DOES do this nicely!
  • ish
    ish almost 12 years
    Well, Super+D works on my 11.10, while Ctrl+Alt+D does NOT. Maybe a system-dependent key mapping issue?
  • Michael Durrant
    Michael Durrant almost 12 years
    This seemed good as I was able to install myUnity and get to this page. Unfortunately I can't change "Active 'Show Desktop' Icon" as that control will not change from grayed-out (I can change others though).
  • Michael Durrant
    Michael Durrant almost 12 years
    It's there but it's grayed out and doesn't allow changes (unlike other items on the same page which I can change).
  • Michael Durrant
    Michael Durrant almost 12 years
    True. Also, I'm afraid I went through all this above procedure (thanks for outlining it so well and including screen shots) but unfortunately after doing this I did not get the small green area where I had specified it. I rebooted but that didn't help. Mayve this isn't going to work on 11.10 perhaps?
  • reverendj1
    reverendj1 almost 12 years
    Have you tried the other method I mentioned, by creating a custom launcher?
  • Takkat
    Takkat almost 12 years
    @MichaelDurrant: good work with the ccsm warning. I tested your ccsm setting on 11.10 and can confirm it works. +1 :)
  • Takkat
    Takkat almost 12 years
    Sorry but I only just now had access to my 11.10 box again. It is true, this feature was not yet implemented in Unity for 11.10. I decided to not delete my answer as people on 12.04 may come here.
  • Bruno Pereira
    Bruno Pereira almost 12 years
    Keys were remapped, 11.10 = Win+D, 12.04 = Ctrl+Alt+D.
  • ish
    ish almost 12 years
    Unity Tweak is simply a front-end to Compiz much like CCSM, and should be doing the same thing that CCSM failed to do for you. But then again, yours is a strange system, with Ctrl-Alt-D and what not :) Upvoted.
  • Eric Wilson
    Eric Wilson almost 11 years
    Any idea how to un-minimize all windows? (Restore to previous state after minimizing?) I'm on 12.10 at work, 12.04 at home.
  • Hannu
    Hannu over 9 years
    Noted: "Show Desktop" (images above) was set to "Bottom" - system 13.10 upgraded to 14.04 -- this had me puzzled for a long time as I could not reproduce the "mouse gesture" CONSISTENTLY.