Remove quotes from asterisk style name.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 09 Jan 2014 15:36:53 +0200
changeset 677 e7b39008f2c9
parent 676 d2b22a080eb3
child 678 d7f7129c5db7
Remove quotes from asterisk style name.
.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