Fix some pathnames in system.fvwmrc.

Submitted by:	Frank Bartels
This commit is contained in:
Satoshi Asami 1995-06-07 07:57:28 +00:00
parent 5727f324eb
commit 974e25a207
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1827

View file

@ -1,49 +1,44 @@
*** ../fvwm-1.24r/sample.fvwmrc/system.fvwmrc Fri Dec 2 19:19:12 1994 --- ./sample.fvwmrc/system.fvwmrc.org Fri Dec 2 11:19:12 1994
--- sample.fvwmrc/system.fvwmrc Fri May 12 14:33:03 1995 +++ ./sample.fvwmrc/system.fvwmrc Wed Jun 7 00:42:50 1995
*************** @@ -17,6 +17,10 @@
*** 17,22 **** # If you get it wrong, the most common problem is that color or font settings
--- 17,26 ---- # are ignored
# If you get it wrong, the most common problem is that color or font settings
# are ignored +# for m4 processing we have to undefine the include macro or pathts to
+# /usr/.../include/... will be mangled
+ # for m4 processing we have to undefine the include macro or pathts to +undefine(`include')
+ # /usr/.../include/... will be mangled +
+ undefine(`include') ###########################################################################
+ # set up the colors
########################################################################### #
# set up the colors @@ -63,7 +67,7 @@
# # Set windows to auto-raise after 750 milliseconds if you like it.
*************** # Autoraise can sometimes obscure pop-up windows. Performance is now
*** 63,69 **** # similar to olvwm's auto-raise feature.
# Set windows to auto-raise after 750 milliseconds if you like it. -#AutoRaise 750
# Autoraise can sometimes obscure pop-up windows. Performance is now +AutoRaise 500
# similar to olvwm's auto-raise feature.
! #AutoRaise 750 # Normally, we'll be in focus-follows mouse mode, but uncomment this
# for mwm-style click-to-focus
# Normally, we'll be in focus-follows mouse mode, but uncomment this @@ -176,9 +180,9 @@
# for mwm-style click-to-focus # Module path and paths to the icons
--- 67,73 ---- #
# Set windows to auto-raise after 750 milliseconds if you like it. # ModulePath is a colon-separated list, just like regular unix PATH
# Autoraise can sometimes obscure pop-up windows. Performance is now -ModulePath /usr/lib/X11/fvwm
# similar to olvwm's auto-raise feature. -PixmapPath /usr/include/X11/pixmaps/
! AutoRaise 500 -IconPath /usr/include/X11/bitmaps/
+ModulePath /usr/X11R6/lib/X11/fvwm
# Normally, we'll be in focus-follows mouse mode, but uncomment this +PixmapPath /usr/X11R6/include/X11/pixmaps/
# for mwm-style click-to-focus +IconPath /usr/X11R6/include/X11/bitmaps/
***************
*** 227,233 **** ############################################################################
# Set the decoration styles and window options
Function "InitFunction" @@ -227,7 +231,7 @@
Module "I" FvwmBanner
! Exec "I" xpmroot /usr/include/X11/pixmaps/fvwm.xpm & Function "InitFunction"
Module "I" GoodStuff Module "I" FvwmBanner
Exec "I" exec xterm -geometry 80x64+0+0 & - Exec "I" xpmroot /usr/include/X11/pixmaps/fvwm.xpm &
Wait "I" xterm + Exec "I" xpmroot /usr/X11R6/include/X11/pixmaps/fvwm.xpm &
--- 231,237 ---- Module "I" GoodStuff
Exec "I" exec xterm -geometry 80x64+0+0 &
Function "InitFunction" Wait "I" xterm
Module "I" FvwmBanner
! Exec "I" xpmroot /usr/X11R6/include/X11/pixmaps/fvwm.xpm &
Module "I" GoodStuff
Exec "I" exec xterm -geometry 80x64+0+0 &
Wait "I" xterm