On 06/08/05 08:11:52, Ales Zemene wrote:
hi,
i really like the feature of switching off decoration of thewindows ,
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:
Postar um comentário