lucky13
Group: Members
Posts: 1478
Joined: Feb. 2007 |
|
Posted: May 26 2008,03:41 |
|
Another idea is to set it (via Group) without border or title, etc. That would require users to know they can move it via keybinding (alt-F2 for window options menu) or with alt-left mouse key. I'll have to dig around and see if there's any way to set placement geometry in jwm; I don't think there is (which is why I first thought of swallow but I don't know if that'll work well without rewriting it so the buttons are side by side).
This would put it on every desktop (sticky), without any window decorations, and leave it out of the tasklist. And, of course, placement would be random so it could end up in middle of the screen just as easily as in a corner. Without anything else to guide users to moving it without borders and title bars, though, this will be even more difficult to move around.
Code Sample | <Group> <Name>mount.lua</Name> <Option>notitle</Option> <Option>noborder</Option> <Option>nolist</Option> <Option>sticky</Option> </Group>
|
-------------- "It felt kind of like having a pitbull terrier on my rear end." -- meo (copyright(c)2008, all rights reserved)
|