[openbox] decoration

Scott F. Kiesling kiesling+ at pitt.edu
Wed Jun 8 14:04:10 EDT 2005


On Wed, Jun 08, 2005 at 05:21:15PM +0000, Kacper Wysocki wrote:
> 
> On 06/08/05 08:11:52, Ales Zemene wrote:
> >hi,
> >i really like the feature of switching off decoration of the windows,
> >looking for the way how to switch off deco of ALL windows at the same
> >time. Or possibly scripting it, or setting in config file.
> >any ideas ?
> >
> 
> #!/bin/sh
> for $window in `wmctrl -l | cut -f -d ' '`
> do
>   wmctrl -i -r $window -b toggle,undecorated
> done
> 
> you'll need the attached wmctrl patch to access the undecorated bit.
> 
> -K

You can also use devilspie
(http://www.burtonini.com/blog/computers/devilspie), and put
the following in .devilspie.xml:

<!-- Starts all windows without decoration-->
  <flurb>
     <matchers>
       <matcher name="DevilsPieMatcherAlways">
       </matcher>
     </matchers>
     <actions>
       <actionname="DevilsPieActionDecorate">
	<property name="decorated" value="FALSE"/>
       </action>
     </actions>
  </flurb>
						    




-- 
Scott F. Kiesling

Assistant Professor
Director of Graduate Studies

Department of Linguistics
University of Pittsburgh    
2816 Cathedral of Learning     Phone: 1-412-624-5916
Pittsburgh, PA 15260 USA       Fax: 1-412-624-6130

kiesling at pitt.edu
http://www.pitt.edu/~kiesling/skpage.html
http://www.linguistics.pitt.edu




More information about the openbox mailing list