How to make Devilspie Make an Applet be "silent" but then openable
- by Kendor
Am using gnome-shell with 11.10. I have two panel based applets (Toggl and Gnome Alarm Clock) that I run at startup. The issue is that they start as Windows, and I'd like them to start "silently" but still be able to recall their interface when I need them.
I installed Devilspie and gDevilspie which properly "close" the applets after starting them, but there's a "Catch 22." Because of the "close" behavior, they can never be opened again as long as the Devilspie daemon is running..
Is there a way around this?
An example of the rule I'm using is this:
( if
( begin
( is ( application_name ) "alarm-clock-applet" )
)
( begin
( close )
( println "match" )
)
)