From: <dom...@us...> - 2013-05-23 19:32:25
|
Revision: 462 http://sourceforge.net/p/fvwm-crystal/code/462 Author: dominique_libre Date: 2013-05-23 19:32:22 +0000 (Thu, 23 May 2013) Log Message: ----------- functions/FvwmExpose: added trayer and FvwmIconMan into the exclude list Modified Paths: -------------- ChangeLog fvwm/components/functions/FvwmExpose Modified: ChangeLog =================================================================== --- ChangeLog 2013-05-23 19:24:20 UTC (rev 461) +++ ChangeLog 2013-05-23 19:32:22 UTC (rev 462) @@ -17,6 +17,7 @@ when preferences/MediaDirectories is copied into the user directory. desktop/Keyboard&Keyboard-NumLock; bindings/Misc-Keybings&Misc-Keybindings_NumLock: fixed typo in fvwm-Expose bindings and moved them to Misc-Keybindings* + functions/FvwmExpose: added trayer and FvwmIconMan into the exclude list Mercredi 22 Mai 2013 Dominique Michel moved the X session and desktop files to new location: shared Modified: fvwm/components/functions/FvwmExpose =================================================================== --- fvwm/components/functions/FvwmExpose 2013-05-23 19:24:20 UTC (rev 461) +++ fvwm/components/functions/FvwmExpose 2013-05-23 19:32:22 UTC (rev 462) @@ -42,7 +42,7 @@ + I *FvwmExpose: Padding 4 4 + I *FvwmExpose: Frame 0 + I *FvwmExpose: Font "xft:$[panel_font]:pixelsize=$[panel_font_size]:$[panel_font_style]" -+ I All (!FvwmButtons*, !Iconic, !FvwmMiniConsoleNeedsUniqueName, !Shaded, CurrentPage, AcceptsFocus) FvwmExpose-Thumbnail ++ I All (!FvwmButtons*, !Iconic, !FvwmMiniConsoleNeedsUniqueName, !trayer, !FvwmIconMan, !Shaded, CurrentPage, AcceptsFocus) FvwmExpose-Thumbnail + I Module FvwmButtons FvwmExpose + I None (FvwmExpose) Wait + I All (FvwmExpose) Layer 0 6 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |