diff -r 9809f625d490 -r e071a639eaf7 .fvwm/.fvwm2rc --- a/.fvwm/.fvwm2rc Tue Oct 28 10:32:12 2008 +0200 +++ b/.fvwm/.fvwm2rc Tue Oct 28 16:26:55 2008 +0200 @@ -2,12 +2,32 @@ # This file contains the commands fvwm reads while starting. # +##### +# 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 -MenuStyle * fvwm, Foreground maroon, Background grey60, Greyed grey40 + +DesktopName 0 Main +DesktopName 1 Work + +MenuStyle * fvwm, Foreground black, Background grey60, Greyed grey40 MenuStyle * Font -adobe-times-bold-r-*-*-14-*-*-*-*-*-*-* ColormapFocus FollowsMouse @@ -310,7 +330,7 @@ + I Recapture # Read config files for modules: -read ConfigFvwmBacker +# read ConfigFvwmBacker read ConfigFvwmButtons read ConfigFvwmIconBox read ConfigFvwmIconMan @@ -322,4 +342,4 @@ # Local variables: # comment-start: "# " -# End: \ No newline at end of file +# End: