[openbox] decoration

Kacper Wysocki kacperw at online.no
Wed Jun 8 13:21:15 EDT 2005


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: wmctrl_undecorated.patch
Type: text/x-diff
Size: 1738 bytes
Desc: not available
URL: <http://icculus.org/pipermail/openbox/attachments/20050608/cdbed38e/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://icculus.org/pipermail/openbox/attachments/20050608/cdbed38e/attachment.pgp>


More information about the openbox mailing list