File: init.hook

package info (click to toggle)
fvwm95 2.0.43ba-15
  • links: PTS
  • area: main
  • in suites: potato
  • size: 6,356 kB
  • ctags: 4,759
  • sloc: ansic: 46,398; makefile: 1,586; sh: 782; perl: 328
file content (15 lines) | stat: -rw-r--r-- 491 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Additional commands for the InitFunction, which is 
# automatically executed by fvwm upon startup.  This should
# contain commands to start any programs you want to always
# start, such as a welcome screen or an xterm.
# In here should also go commands for selecting the background
# color/picture.
# 
# The lines in init.hook should be "continuation lines"
# for a function, such as:
# 
#       + "I" Exec xterm
# 
# See the fvwm95 manual page for details (the AddToFunction
# command).