Hi puppyans!
I want to use ten virtual desktops in JWM:
Code: Select all
<Desktops width="10" height="1">
Fine, I got'em.
Now I want to switch or send to desktop number 10 directly, without using rdesktop and sendr.
Tried these, but obviously, without luck:
Code: Select all
<Key mask="4" key="0">desktop#10</Key>
<Key mask="4" key="0">desktop:10</Key>
<Key mask="4" key="0">desktop10</Key>
$ jwm -p says those are invalid key actions.
So how do I jump to desktop No.10 with Super+0 or to desktop, say, No.25 with Super+K?