Autostart again
Ales Jagodnik
ajagodnik at volja.net
Sun Sep 12 13:36:22 CEST 2004
Hi!
1) ~/Desktop/Autostart/linktogaim(or custom script)
2) Try this (with devilspie). It checks for gaim windows and makes them
sticky, and also NOT seen in taskbar and pager (last paragraph). Copy
this in ~/.devilspie.
http://www.burtonini.com/blog/computers/devilspie
<flurb name="gaim">
<matchers>
<matcher name="DevilsPieMatcherWindowName">
<property name="application_name" value="gaim"/>
</matcher>
</matchers>
<actions>
<action name="DevilsPieActionSetWorkspace">
<property name="pinned" value="TRUE"/>
</action>
<action name="DevilsPieActionHide">
<property name="skip_pager" value="TRUE"/>
<property name="skip_tasklist" value="TRUE"/>
</action>
</flurb>
More information about the Xfce
mailing list