From: <dom...@us...> - 2013-05-20 07:22:55
|
Revision: 433 http://sourceforge.net/p/fvwm-crystal/code/433 Author: dominique_libre Date: 2013-05-20 07:22:52 +0000 (Mon, 20 May 2013) Log Message: ----------- functions/FvwmExpose: fix it to be less flashy Modified Paths: -------------- ChangeLog fvwm/components/functions/FvwmExpose Modified: ChangeLog =================================================================== --- ChangeLog 2013-05-19 21:10:35 UTC (rev 432) +++ ChangeLog 2013-05-20 07:22:52 UTC (rev 433) @@ -1,5 +1,8 @@ ChangeLog for FVWM-Crystal +Lundi 20 Mai 2013 Dominique Michel + functions/FvwmExpose: fix it to be less flashy + Dimanche 19 Mai 2013 Dominique Michel doc/FAQ: added 3.12 about removable devices + scripts/checkmounts: Thunar helper script that check for mount changes; Modified: fvwm/components/functions/FvwmExpose =================================================================== --- fvwm/components/functions/FvwmExpose 2013-05-19 21:10:35 UTC (rev 432) +++ fvwm/components/functions/FvwmExpose 2013-05-20 07:22:52 UTC (rev 433) @@ -42,7 +42,7 @@ + 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: 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,6 +51,7 @@ + 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. |