The time now is Wed 19 Jun 2013, 04:52
All times are UTC - 4 |
| Author |
Message |
xophist

Joined: 10 Dec 2012 Posts: 26 Location: Coastal Texas
|
Posted: Tue 18 Dec 2012, 02:49 Post_subject:
keyboard shortcut for jwm showdesktop [solved] |
|
.jwm-tray has this:
<TrayButton popup="Show Desktop" icon="mini-desktop.xpm">showdesktop</TrayButton>
This allows you to minimize all windows and showdesktop by clicking the icon.
Apparently, showdesktop is not a command.
I'd like to do this without needing the mouse. Is there a command for this?
If so, it could be bound to a key combo in .jwmrc like this:
<Key mask="A" key="Super_L">exec:showdesktop_cmd</Key>
where showdesktop_cmd is what I'm looking for.
Edited_times_total
|
|
Back to top
|
|
 |
npierce
Joined: 28 Dec 2009 Posts: 669
|
Posted: Tue 18 Dec 2012, 13:00 Post_subject:
|
|
xophist,
You are almost there!
As you have noted, showdesktop is not a regular command that can be run on the command line. It is a JWM "action".
exec: is another JWM "action" used for running regular commands, but not other JWM actions.
So you want to eliminate the exec: and just use showdesktop, like this:
| Code: | | <Key mask="A" key="Super_L">showdesktop</Key> |
At least that works on JWM version svn-505, which came with Racy 5.2.2.
Good luck.
|
|
Back to top
|
|
 |
xophist

Joined: 10 Dec 2012 Posts: 26 Location: Coastal Texas
|
Posted: Tue 18 Dec 2012, 15:00 Post_subject:
|
|
| npierce wrote: |
| Code: | | <Key mask="A" key="Super_L">showdesktop</Key> |
|
npierce, that worked!
Your explanation was helpful.
Thank you!
|
|
Back to top
|
|
 |
npierce
Joined: 28 Dec 2009 Posts: 669
|
Posted: Mon 24 Dec 2012, 09:58 Post_subject:
|
|
You're welcome.
And (a bit belatedly), welcome to the forum!
|
|
Back to top
|
|
 |
amigo
Joined: 02 Apr 2007 Posts: 1776
|
Posted: Mon 24 Dec 2012, 10:14 Post_subject:
|
|
wmctrl can be used from CLI to minimize all windows.
|
|
Back to top
|
|
 |
|
|
|
Rules_post_cannot Rules_reply_cannot Rules_edit_cannot Rules_delete_cannot Rules_vote_cannot You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|
|
[ Time: 0.0403s ][ Queries: 12 (0.0055s) ][ GZIP on ] |