terça-feira, 23 de junho de 2009

Re: decoration: msg#00017 window-managers.openbox

Re: decoration: msg#00017 window-managers.openbox


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

Nenhum comentário: