--- a/.fvwm/config Wed Aug 08 21:08:30 2012 +0300
+++ b/.fvwm/config Wed Aug 08 21:12:39 2012 +0300
@@ -1,6 +1,45 @@
# -*- mode: fvwm; fill-column: 90 -*-
################################################################
+# Help on syntax.
+
+# DestroyFunc FuncName
+# AddToFunc FuncName
+# + I (Action to happen immediately)
+# + C (Action to happen on a mouse 'click)
+# + D (Action to happen on a mouse 'double click')
+# + H (Action to happen on a mouse 'hold')
+# + M (Action to happen on a mouse 'motion')
+
+# Mouse [(window)] Button Context Modifiers Function
+# Button
+# 1 left
+# 2 right
+# 3 middle
+# Context
+# ’R’ for the root window
+# ’W’ for an application window
+# ’D’ for a desktop application (as kdesktop or Nautilus desktop)
+# ’T’ for a window title-bar
+# ’S’ for a window side, top, or bottom bar,
+# ’[’, ’]’, ´-’ and ’_’ for the left, right, top or bottom side only
+# ’F’ for a window frame (the corners),
+# ’<’, ’^’, ’>’ and ’v’ for the top left, top right, bottom right or bottom left corner,
+# ’I’ for an icon window
+# ’0’ through ’9’ for title-bar buttons
+# ’A’ is for any context
+# Modifiers
+# ’N’ for no modifiers
+# ’C’ for control
+# ’S’ for shift
+# ’M’ for Meta
+# ’L’ for Caps-Lock
+# ’A’ for any modifier
+
+# Key [(window)] Keyname Context Modifiers Function
+# See Keyname on /usr/include/X11/keysymdef.h, without the XK_ prefix.
+
+################################################################
# Set paths.
m4_define(`m4_IMGPATH', `$[FVWM_USERDIR]/images')m4_dnl
@@ -120,14 +159,6 @@
################################################################
# Basic Functions.
-# DestroyFunc FuncName
-# AddToFunc FuncName
-# + I (Action to happen immediately)
-# + C (Action to happen on a mouse 'click)
-# + D (Action to happen on a mouse 'double click')
-# + H (Action to happen on a mouse 'hold')
-# + M (Action to happen on a mouse 'motion')
-
DestroyFunc FvwmDeleteOrDestroy
AddToFunc FvwmDeleteOrDestroy
+ H Nop
@@ -155,31 +186,6 @@
################################################################
# Mouse binding.
-# Mouse [(window)] Button Context Modifiers Function
-# Button
-# 1 left
-# 2 right
-# 3 middle
-# Context
-# ’R’ for the root window
-# ’W’ for an application window
-# ’D’ for a desktop application (as kdesktop or Nautilus desktop)
-# ’T’ for a window title-bar
-# ’S’ for a window side, top, or bottom bar,
-# ’[’, ’]’, ´-’ and ’_’ for the left, right, top or bottom side only
-# ’F’ for a window frame (the corners),
-# ’<’, ’^’, ’>’ and ’v’ for the top left, top right, bottom right or bottom left corner,
-# ’I’ for an icon window
-# ’0’ through ’9’ for title-bar buttons
-# ’A’ is for any context
-# Modifiers
-# ’N’ for no modifiers
-# ’C’ for control
-# ’S’ for shift
-# ’M’ for Meta
-# ’L’ for Caps-Lock
-# ’A’ for any modifier
-
# Setup title-bar button actions.
Mouse 1 1 A FvwmDeleteOrDestroy
Mouse 1 3 A FvwmIconifyOrShade
@@ -195,9 +201,6 @@
################################################################
# Key binding.
-# Key [(window)] Keyname Context Modifiers Function
-# See Keyname on /usr/include/X11/keysymdef.h, without the XK_ prefix.
-
# Popup MenuMyRoot menu.
Key F1 A M Menu MenuMyRoot Root c c
Mouse 1 R A Menu MenuMyRoot Nop