Reply to comment
Adding a "show desktop" button
Category:
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.

Recent comments
10 hours 52 min ago
1 week 13 hours ago
1 week 18 hours ago
1 week 1 day ago
1 week 1 day ago
2 weeks 4 days ago
3 weeks 18 hours ago
3 weeks 20 hours ago
3 weeks 23 hours ago
3 weeks 1 day ago