blob: bc2ecfba2d800bfa1b76cde30038f9dc95d78ada (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
*** ../fvwm-1.24r/sample.fvwmrc/system.fvwmrc Fri Dec 2 19:19:12 1994
--- sample.fvwmrc/system.fvwmrc Fri May 12 14:33:03 1995
***************
*** 17,22 ****
--- 17,26 ----
# 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
+ undefine(`include')
+
###########################################################################
# set up the colors
#
***************
*** 63,69 ****
# Set windows to auto-raise after 750 milliseconds if you like it.
# Autoraise can sometimes obscure pop-up windows. Performance is now
# 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
--- 67,73 ----
# Set windows to auto-raise after 750 milliseconds if you like it.
# Autoraise can sometimes obscure pop-up windows. Performance is now
# similar to olvwm's auto-raise feature.
! AutoRaise 500
# Normally, we'll be in focus-follows mouse mode, but uncomment this
# for mwm-style click-to-focus
***************
*** 227,233 ****
Function "InitFunction"
Module "I" FvwmBanner
! Exec "I" xpmroot /usr/include/X11/pixmaps/fvwm.xpm &
Module "I" GoodStuff
Exec "I" exec xterm -geometry 80x64+0+0 &
Wait "I" xterm
--- 231,237 ----
Function "InitFunction"
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
|