lucky13
Group: Members
Posts: 1478
Joined: Feb. 2007 |
|
Posted: July 08 2008,18:49 |
|
Why does everyone give jwm such a bad rap? Yes, jwm can do that. Enter this in your .jwmrc for whatever application you want on every window (and with any other options -- including two you can probably do without):
Code Sample | <Group> <Name>appname-with-path-if-not-in-$PATH</Name> <Option>sticky</Option> <Option>notitle</Option> <Option>noborder</Option> <Option>nolist</Option> </Group>
|
Add that just below the </RootMenu> tag and then it should work when you restart jwm. Sticky puts it on every desktop. You can take out the options for border and title if you want window decorations and the nolist option keeps it out of the task list. You can also add an option of layer if you want to raise or lower it above everything else (so it's more or less tied to your background than floating app windows).
edit: cf for group tags: http://joewing.net/programs/jwm/config.shtml#groups
-------------- "It felt kind of like having a pitbull terrier on my rear end." -- meo (copyright(c)2008, all rights reserved)
|