summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAnton Khirnov <wyskas@gmail.com>2009-04-18 20:58:09 +0200
committerAnton Khirnov <wyskas@gmail.com>2009-04-18 20:58:09 +0200
commit92560cc8670c613b298ca6db9017d1097f7611c5 (patch)
tree7a7905711db521f44da02c6da586d0ef213b1537 /config
initial commit
Diffstat (limited to 'config')
-rw-r--r--config61
1 files changed, 61 insertions, 0 deletions
diff --git a/config b/config
new file mode 100644
index 0000000..930fe3d
--- /dev/null
+++ b/config
@@ -0,0 +1,61 @@
+#########################
+# FVWM main config file #
+#########################
+
+# Where to search for icons
+ImagePath $[FVWM_USERDIR]/images
+ImagePath +:$[FVWM_USERDIR]/images/menu/
+ImagePath +:$[FVWM_USERDIR]/decorations/
+ImagePath +:$[HOME]/gallery/
+ImagePath +:$[FVWM_USERDIR]/deco
+
+# Default font if all else fails
+DefaultFont -*-fixed-*-*-*-*-14-*-*-*-*-*-iso10646-1
+
+##################
+# Basic commands #
+##################
+
+DesktopSize 1x7
+EdgeThickness 0
+EdgeScroll 100 100
+OpaqueMoveSize unlimited
+HideGeometryWindow Always
+IgnoreModifiers L25
+EdgeResistance -1
+
+#####################
+# STARTUP FUNCTIONS #
+#####################
+
+DestroyFunc StartFunction
+AddToFunc StartFunction
++ I Read initvars.config
++ I Read font.config
++ I Read panel.config
++ I Read colorset.config
++ I Read deco.config
++ I Read functions.config
++ I Read bindings.config
++ I Read styles.config
++ I Read menu/menu.config
++ I Read menu/menu_data.config
++ I Read menu/menu_windowops.config
++ I All (maximized) WindowStyle !Borders, !Title, ResizeHintOverride
++ I UpdateStyles
++ I Module FvwmCommandS
++ I Schedule Periodic 3600000 1 RandomWall
++ I Test (Init) RandomWall
++ I Test (Init) Exec fbxkb
++ I Test (Init) Exec parcellite
++ I Test (Restart) All (Iconic) Test (f $[FVWM_USERDIR]/tmp/icon.tmp.$[w.id].png) WindowStyle IconOverride, icon $[FVWM_USERDIR]/tmp/icon.tmp.$[w.id].png
+
+DestroyFunc ExitFunction
+AddToFunc ExitFunction
++ I Test (!torestart) exec exec rm -f /dev/shm/icon.tmp.*
+
+# Config for the module FvwmIdent
+DestroyModuleConfig FvwmIdent: *
+*FvwmIdent: Colorset 8
+*FvwmIdent: Font $[ThemeFont]
+