Move some info from .fvwm2rc to config.
--- a/.fvwm/.fvwm2rc.old Sun Jan 18 20:50:20 2009 +0200
+++ b/.fvwm/.fvwm2rc.old Sun Jan 18 21:03:52 2009 +0200
@@ -1,30 +1,5 @@
# -*- fvwm -*-
-#####
-# Set Environment variables
-###########
-
-SetEnv fvwm_webbrowser /usr/bin/firefox
-SetEnv fvwm_term /usr/bin/xterm
-SetEnv fvwm_mail /usr/bin/icedove
-SetEnv fvwm_media_player /usr/bin/vlc
-SetEnv fvwm_video_player /usr/bin/vlc
-
-# 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 250 10
-# Percentage of a page to scroll when the cursor hits the edge of a page.
-EdgeScroll 100 100
-# Width or height of the invisible window that fvwm creates on the edges of the screen that
-# are used for the edge scrolling feature.
-ClickTime 750
-EdgeThickness 1
-
-DeskTopSize 3x3
-
-DesktopName 0 Main
-DesktopName 1 Work
-
MenuStyle * fvwm, Foreground black, Background grey60, Greyed grey40
MenuStyle * Font -adobe-times-bold-r-*-*-14-*-*-*-*-*-*-*
@@ -40,7 +15,6 @@
Style * MWMFunctions, MWMDecor, HintOverride
Style * DecorateTransient, NoPPosition
Style * IconBox 0 -10 -280 -1
-Style * FocusFollowsMouse
Style * TileCascadePlacement
Style * EWMHUseStackingOrderHints
@@ -339,6 +313,3 @@
read ConfigFvwmTaskBar
read ConfigFvwmWinList
-# Local variables:
-# comment-start: "# "
-# End:
--- a/.fvwm/config Sun Jan 18 20:50:20 2009 +0200
+++ b/.fvwm/config Sun Jan 18 21:03:52 2009 +0200
@@ -1,4 +1,4 @@
-# -*- mode: fvwm; -*-
+# -*- mode: fvwm; fill-column: 90 -*-
############################
# Set Environment variables.
@@ -23,11 +23,15 @@
DesktopName 0 Main
DesktopName 1 Work
DesktopName 2 Games
-# In percent.
+# Percentage of a page to scroll when the cursor hits the edge of a page.
# With 0 0 I cann'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 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
# #########################