[openbox] decorated windows
Clay Barnes
clay.barnes at gmail.com
Thu Oct 20 13:02:55 EDT 2005
On Tue, 2005-10-18 at 10:06 -0400, Scott F. Kiesling wrote:
> On Tue, Oct 18, 2005 at 11:11:05AM +0200, Mark Pustjens wrote:
> >
> > I was wondering if it is possible to make every window undecorated when
> > created?
> >
> I use devilspie to do this. Put the following in your
> .devilspie.xml:
>
> <!-- Starts all windows without decoration-->
> <flurb>
> <matchers>
> <matcher name="DevilsPieMatcherAlways">
> </matcher>
> </matchers>
> <actions>
> <action name="DevilsPieActionDecorate">
> <property name="decorated" value="FALSE"/>
> </action>
> </actions>
> </flurb>
>
> SFK
>
>
It appears that XML formatting is deprecated... How do you match all
windows in the new s-expressions format?
Also, where the heck is documentation for that program. I am stuck
digging through source to learn how to use it! :-P
More information about the openbox
mailing list