File: .fvwmconfrc

package info (click to toggle)
fvwmconf 0.19-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 808 kB
  • ctags: 406
  • sloc: perl: 6,191; makefile: 47; sh: 2
file content (55 lines) | stat: -rw-r--r-- 1,917 bytes parent folder | download | duplicates (3)
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
50
51
52
53
54
55
#   .fvwmconfrc file
#   comments have #
#   can contain blank lines. 
# all of these lines can be left commented, then
#  the default will be used.

# if the default rgb.txt file is not on your system, put
# the full pathname here.
#RgbFile  /usr/X11R6/lib/X11/rgb.txt

# sometimes a time interval is inserted between two operations
# so that the first one has time to finish before the second one
# begins. This is the length of that time interval in seconds.
#Sleep 0.1

# link switching of decor and style when appropriate
#LinkStyleDecor Yes

# The name of the file that where commands are written in a form suitable
# for inclusion in .fvwmrc.  This is not the file where a configuration is
# stored
#WriteFile   .com.fvwm

# base directory for all the stuff.
# no tilde expansion on this
# choose one of them (wherever your files are)
#FvwmConfDir /usr/local/lib/fvwmconf
#FvwmConfDir /home/lapeyre/.fvwmconf
#FvwmConfDir /usr3/lapeyre/fvwmconf
#FvwmConfDir /usr/lib/X11/fvwmconf

# base directory for user's fvwmconf files.
# no tilde expansion on this
# FvwmConfUserDir /home/username/.fvwmconf

# Fonts for the appearance of FvwmConf
# this should be cleaned up, but this is 
# included here because some of the defaults may not be available.
# Leave them all commented to get defaults

#EditorFont	fixed 
#ButtonFont	 fixed
#ButtonFont2	fixed
#HelpButtonFont	fixed
#MenuFont	fixed
#HelpFont	fixed
#SmallFont	fixed

#EditorFont	-adobe-courier-bold-r-normal--12-120-75-75-m-70-iso8859-1
#ButtonFont	 -adobe-courier-bold-r-normal--12-120-75-75-m-70-iso8859-1
#ButtonFont2	-adobe-courier-bold-r-normal--12-120-75-75-m-70-iso8859-1
#HelpButtonFont	-adobe-courier-bold-r-normal--12-120-75-75-m-70-iso8859-1
#MenuFont	-adobe-courier-bold-r-normal--12-120-75-75-m-70-iso8859-1
#HelpFont	-adobe-courier-bold-r-normal--12-120-75-75-m-70-iso8859-1
#SmallFont	-adobe-courier-bold-r-normal--12-120-75-75-m-70-iso8859-1