From: <dom...@us...> - 2013-05-20 07:50:09
|
Revision: 434 http://sourceforge.net/p/fvwm-crystal/code/434 Author: dominique_libre Date: 2013-05-20 07:50:04 +0000 (Mon, 20 May 2013) Log Message: ----------- functions/FvwmExpose: removed commented functions Modified Paths: -------------- ChangeLog fvwm/components/functions/FvwmExpose Modified: ChangeLog =================================================================== --- ChangeLog 2013-05-20 07:22:52 UTC (rev 433) +++ ChangeLog 2013-05-20 07:50:04 UTC (rev 434) @@ -1,7 +1,7 @@ ChangeLog for FVWM-Crystal Lundi 20 Mai 2013 Dominique Michel - functions/FvwmExpose: fix it to be less flashy + functions/FvwmExpose: fix it to be less flashy; removed commented functions Dimanche 19 Mai 2013 Dominique Michel doc/FAQ: added 3.12 about removable devices Modified: fvwm/components/functions/FvwmExpose =================================================================== --- fvwm/components/functions/FvwmExpose 2013-05-20 07:22:52 UTC (rev 433) +++ fvwm/components/functions/FvwmExpose 2013-05-20 07:50:04 UTC (rev 434) @@ -1,6 +1,6 @@ # Expose clone for FVWM-Crystal # -# Version 2.0.1 +# Version 2.1 # # Original idea from Taviso http://zensites.net/fvwm/guide/advanced_functions.html # Modified by Harnir @@ -31,9 +31,6 @@ + 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 ; \ echo '*FvwmExpose: (1x1, Title (Center) $[w.class], Icon /tmp/icon.exp.$[w.id].png, Action WindowId $[w.id] FvwmExpose-Action)'" -# Not flaky, but no transparency: -# echo '*FvwmExpose: (1x1, Swallow (UseOld,NoKill) IM:$[w.id] `Exec animate -title IM:$[w.id] /tmp/icon.exp.$[w.id].png &`, Action FvwmExpose-Action $[w.id] )'" -# echo '*FvwmExpose: (1x1, Swallow (UseOld,NoKill) IM:$[w.id] `Exec feh -x -N --title IM:$[w.id] --no-screen-clip /tmp/icon.exp.$[w.id].png &`, Action FvwmExpose-Action $[w.id] )'" # Bind this DestroyFunc FvwmExpose @@ -42,7 +39,6 @@ + I PipeRead 'echo "*FvwmExpose: Geometry $(($[vp.width]-50))x$(($[vp.height]-300))+25+150"' + I *FvwmExpose: BoxSize Fixed + I *FvwmExpose: Colorset $[infostore.cs_panel_inactive] -#+ I *FvwmExpose: ActiveColorset $[infostore.cs_panel_active] + I *FvwmExpose: Padding 4 4 + I *FvwmExpose: Frame 0 + I *FvwmExpose: Font "xft:$[panel_font]:pixelsize=$[panel_font_size]:$[panel_font_style]" @@ -51,7 +47,6 @@ + I None (FvwmExpose) Wait + I All (FvwmExpose) Layer 0 6 + I All (FvwmExpose) Raise -#+ I Style FvwmExpose Opacity + I Exec exec rm -f /tmp/icon.exp.* # vim:ft=fvwm This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |