Hello I have a question wishlist. It would be nice if xdotool could reduce and thumbnails the windows of the WM in a panel. For explaining I made a puppy-linux screenshot as explanation:
[url]http://img695.imageshack.us/img695/8569/puppylinux.jpg[/url]
My xorg has NO composite / will have No composite at the end (it is it ). I like fast systems, so only at a special key stroke ( keybinding, e.g.) to send it to panel would be great.
I would avoid every 5seconds making thumbnails of the all windows; that would make damn slow the system and cycles for nothing. let's think : "www.motherearthnews.com/"
Just when required the xdotoool minimize it, make a mini thumbnail, and create a mini thumbnail into a folder of $HOME or to a specific panel.
Would be a cool idea, no?
Look my $HOME/.jwmrc, it is heavily using xdotool for a : fast system !!
CODE:
<?xml version="1.0"?>
<JWM>
<StartupCommand>
Esetroot -m $HOME/.wallpaper
tilda &
xscreensaver -no-splash &
# do not forget ampersand here after
</StartupCommand>
<!-- The root menu, if this is undefined you will not get a menu. -->
<!-- Additional RootMenu attributes: onroot, labeled, label -->
<RootMenu height="15" onroot="123">
<Program icon="rxvt.png" label="Terminal">x-terminal-emulator</Program>
<Program icon="firefox.png" label="konsole">konsole</Program>
<Program icon="firefox.png" label="Www Browser">firefox</Program>
<!-- #DEBIAN
<Menu icon="folder.png" label="Applications">
<Program icon="audacious.png" label="Audacious">audacious</Program>
<Program icon="dia.png" label="Dia">dia</Program>
<Program icon="firefox.png" label="Firefox">firefox</Program>
<Program icon="pidgin.png" label="Pidgin">pidgin</Program>
<Program icon="gimp.png" label="Gimp">gimp</Program>
<Program icon="gtk-gnutella.png" label="gtk-gnutella">
gtk-gnutella
</Program>
<Program icon="gxine.png" label="gxine">gxine</Program>
<Program icon="ooffice.png" label="Open Office">ooffice</Program>
</Menu>
<Menu icon="folder.png" label="Utilities">
<Program icon="xcalc.png">xcalc</Program>
<Program icon="xfontsel.png">xfontsel</Program>
<Program icon="xmag.png">xmag</Program>
<Program icon="xprop.png" label="xprop">
xprop | xmessage -file -
</Program>
</Menu>