LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   minimizing all windows (https://www.linuxquestions.org/questions/linux-general-1/minimizing-all-windows-609467/)

newbiesforever 12-27-2007 03:07 PM

minimizing all windows
 
How could I make a keyboard shortcut to minimize all windows? If I wanted to use the mouse, I could click SHow Desktop, but I can't figure out how to make a keyboard shortcut to that. I looked for "show desktop" and "minimize all windows" in the global shortcuts, but could not find them. In Windows, I found the Show Desktop file (whatever the extension was) in one of the Windows subdirectories, put a shortcut to it in the Start Menu, and assigned Ctrl+Alt+Down to it.

fuzzyworm 12-27-2007 08:12 PM

I'm assuming (since you didn't say) that you're using KDE.

If you have the ShowDesktop icon in the taskbar already, then you can use

System Settings|Regional and Accessibility|Input Actions

to add a keyboard shortcut to the following command:

Code:

dcop kicker $(dcop kicker qt objects | grep ShowDesktop | head -n 1 | tr '(' '
' | awk '{ print $1; }') toggle

(from http://ml.osdir.com/kde.devel.kwin/2.../msg00162.html)

Edit:
If you don't already have the icon, you can add it by right-clicking the taskbar, clicking 'add applet to panel' and adding 'show desktop'

prasanta 12-28-2007 11:09 AM

Quote:

minimize all windows
Try <ctrl> + <alt> + d

--
Prasanta

fuzzyworm 12-28-2007 12:54 PM

That ought to do it ;)


All times are GMT -5. The time now is 06:34 AM.