From: <dom...@us...> - 2013-05-24 08:33:02
|
Revision: 463 http://sourceforge.net/p/fvwm-crystal/code/463 Author: dominique_libre Date: 2013-05-24 08:32:57 +0000 (Fri, 24 May 2013) Log Message: ----------- components/Fvwm-Expose: silent xwd Modified Paths: -------------- ChangeLog fvwm/components/functions/FvwmExpose Modified: ChangeLog =================================================================== --- ChangeLog 2013-05-23 19:32:22 UTC (rev 462) +++ ChangeLog 2013-05-24 08:32:57 UTC (rev 463) @@ -1,5 +1,8 @@ ChangeLog for FVWM-Crystal +Vendredi 23 Mai 2013 Dominique Michel + component/FvwmExpose: silent xwd + Jeudi 23 Mai 2013 Dominique Michel recipes/* - crystal button: changed random wallpaper to Mouse 2, Menu on selected recipes with Mouse 3, removed xrandr whell binding when not Modified: fvwm/components/functions/FvwmExpose =================================================================== --- fvwm/components/functions/FvwmExpose 2013-05-23 19:32:22 UTC (rev 462) +++ fvwm/components/functions/FvwmExpose 2013-05-24 08:32:57 UTC (rev 463) @@ -29,7 +29,7 @@ AddToFunc FvwmExpose-Thumbnail + I Raise + I PipeRead \ - "sleep 0.05; xwd -id $[w.id] > /tmp/icon.exp.$[w.id].xwd ; convert -scale 300 -quality 0 xwd:/tmp/icon.exp.$[w.id].xwd png:/tmp/icon.exp.$[w.id].png ; \ + "sleep 0.05; xwd -silent -id $[w.id] > /tmp/icon.exp.$[w.id].xwd ; convert -scale 300 -quality 0 xwd:/tmp/icon.exp.$[w.id].xwd png:/tmp/icon.exp.$[w.id].png ; \ echo '*FvwmExpose: (1x1, Title (Center) $[w.class], Icon /tmp/icon.exp.$[w.id].png, Action WindowId $[w.id] FvwmExpose-Action)'" # Bind this This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |