# HG changeset patch # User Oleksandr Gavenko # Date 1389274613 -7200 # Node ID e7b39008f2c91773a94d9766d4580a72fe236e9f # Parent d2b22a080eb36464b871703ded4c1c565ab62c60 Remove quotes from asterisk style name. diff -r d2b22a080eb3 -r e7b39008f2c9 .fvwm/config --- a/.fvwm/config Wed Jan 08 21:03:18 2014 +0200 +++ b/.fvwm/config Thu Jan 09 15:36:53 2014 +0200 @@ -138,15 +138,15 @@ ################################################################ # Window Styles. -Style "*" BorderWidth 6, HandleWidth 6 +Style * BorderWidth 6, HandleWidth 6 # NoDecorHint, OLDecor, MwmDecor # MwmDecor remove border from transient windows (like Firefox network log) so you can't resize/close this windows. -Style "*" NoDecorHint +Style * NoDecorHint # MwmBorder, FvwmBorder, DepressableBorder, FirmBorder -Style "*" MwmBorder +Style * MwmBorder # Mwm and Win style menus popup sub menus automatically and never overlap the parent menu. # Available: Fvwm, Mwm, Win. -MenuStyle "*" Mwm +MenuStyle * Mwm DefaultFont m4_MONOFONT MenuStyle * Font m4_MONOFONT @@ -167,7 +167,7 @@ + ButtonStyle 5 ActiveUp Vector 7 30x30@3 30x60@3 60x60@3 60x30@3 30x30@3 30x35@3 60x35@3 -- Flat + ButtonStyle 5 ActiveDown Vector 7 30x30@1 30x60@1 60x60@1 60x30@1 30x30@1 30x35@1 60x35@1 -- Flat + ButtonStyle 5 Inactive Vector 7 30x30@3 30x60@3 60x60@3 60x30@3 30x30@3 30x35@3 60x35@3 -- Flat -Style "*" UseDecor MyDecor +Style * UseDecor MyDecor ################################################################ # Windows moving and resizing behaviour. @@ -176,9 +176,9 @@ # another the window or icon, it is moved to make the borders adjoin. Style * SnapAttraction 10 SameType -Style "*" !Iconifiable +Style * !Iconifiable # This disable ResizeOpaque, which cause frequent redrawing of applications. -Style "*" ResizeOutline +Style * ResizeOutline # Default is TileCascadePlacement. Style * MinOverlapPlacement @@ -199,7 +199,7 @@ ################################################################ # Program Styles. -Style "*" Icon app/x-32x32.xpm, \ +Style * Icon app/x-32x32.xpm, \ MiniIcon app/x-flex-16x16.xpm Style "XTerm" Icon app/terminal-16x16.xpm, \ MiniIcon app/terminal-16x16.xpm @@ -339,7 +339,7 @@ + I WarpToWindow 50 50 # Sort by focus. -Style "*" FPSortWindowlistByFocus +Style * FPSortWindowlistByFocus # Prevent show long title. m4_define(`m4_WINLIST_CONF',`NoDeskSort, NoGeometryWithInfo, NoDeskNum, NoCurrentDeskTitle, CurrentAtEnd, MaxLabelWidth 80')m4_dnl