Skip navigation.
Home

Adding a "show desktop" button

OroboROX lets you define a keyboard short-cut for this.

For other window managers, or if you want a clickable button, Andras Mohari suggests this script:

#!/bin/sh
if wmctrl -m | grep -q '"showing the desktop" mode: ON'; then
	exec wmctrl -k off
else
	exec wmctrl -k on
fi

This requires the wmctrl program and was tested using xfwm4 (should work with any other EWMH-compatible window manager that implements the 'show desktop' feature, at least in theory).

Save the script and set its permissions to make it executable (File -> Permissions). You can now drag it to your panel and click on it to show the desktop. You can also bind a keyboard short-cut to it using the panel's Edit Item menu item.

Panel disappears!

When I run this with OroboROX 0.9.7.7.1, the panel disappears but doesn't return with the other windows. I have to do

rox -b Default

to get it back!

Works better with OroboROX 0.9.7.9

I've tried this with OroboROX 0.9.7.9 and it's somewhat better: the panel returns with the other windows. If I also enable the "Panel is a `dock'" option in the filer, then everything forks fine (after restarting the panel).

Hey cool this also works

Hey cool this also works with Gnome ! :)

Windows Jump Back Into The Foreground

After half a second

Syndicate content