Move edge setting to proper place.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 29 Sep 2012 21:10:04 +0300
changeset 558 b9335822a11a
parent 557 03455318fdb7
child 559 ccc4fe38b9e2
Move edge setting to proper place.
.fvwm/config
--- a/.fvwm/config	Sat Sep 29 21:09:13 2012 +0300
+++ b/.fvwm/config	Sat Sep 29 21:10:04 2012 +0300
@@ -137,6 +137,19 @@
 # Default is TileCascadePlacement.
 Style * MinOverlapPlacement
 
+# Percentage of a page to scroll when the cursor hits the edge of a page.
+# With 0 0 I can't scroll to other page by hitting edge, but can move app to another page!
+# With 100 100 by hitting edge I move to next page.
+EdgeScroll 0 0
+# Tells how hard it should be to change the desktop viewport by moving the mouse over the
+# edge of the screen and how hard it should be to move a window over the edge of the screen.
+EdgeResistance 150
+Style * EdgeMoveDelay 150
+Style * EdgeMoveResistance 150
+# Width or height of the invisible window that fvwm creates on the edges of the  screen  that
+# are used for the edge scrolling feature.
+EdgeThickness 1
+
 ################################################################
 # Program Styles.
 
@@ -175,18 +188,6 @@
 DesktopName 2 Work
 DesktopName 3 Media
 DesktopName 4 Games
-# Percentage of a page to scroll when the cursor hits the edge of a page.
-# With 0 0 I can't scroll to other page by hitting edge, but can move app to another page!
-# With 100 100 by hitting edge I move to next page.
-EdgeScroll 0 0
-# Tells how hard it should be to change the desktop viewport by moving the mouse over the
-# edge of the screen and how hard it should be to move a window over the edge of the screen.
-EdgeResistance 150
-Style * EdgeMoveDelay 150
-Style * EdgeMoveResistance 150
-# Width or height of the invisible window that fvwm creates on the edges of the  screen  that
-# are used for the edge scrolling feature.
-EdgeThickness 1
 
 ################################################################
 # Mouse and Focus Behavior.