--- a/.fvwm/config Tue Dec 30 11:13:31 2008 +0200
+++ b/.fvwm/config Tue Jan 13 09:15:33 2009 +0200
@@ -24,7 +24,9 @@
DesktopName 1 Work
DesktopName 2 Games
# In percent.
-EdgeScroll 100 100
+# With 0 0 I cann't scroll to other page by hitting edge, but can move app to another page!
+# With 100 100 by hitting edge I move to next page.
+EdgeScroll 0 0
EdgeResistance 150 150
EdgeThickness 1
@@ -92,13 +94,27 @@
# Key binding.
# ############
-Key F1 A M Menu MenuFvwmRoot
+Key F1 A M Menu MenuFvwmRoot Root c c
Key Super_L W CSM Delete
-Key Tab A M WindowList Root c c NoDeskSort, SelectOnRelease Meta_L
-Key Super_L A N WindowList Root c c NoDeskSort
+
+# Used by WindowList
+DestroyFunc WindowListFunc
+AddToFunc WindowListFunc
++ I Iconify off
++ I FlipFocus
++ I Raise
+# Place mouse pointer in center of window.
++ I WarpToWindow 50 50
+
+# Prevent show long title.
+SetEnv fvwm_winlist_width 60
+Key Tab A M WindowList Root c c NoDeskSort, MaxLabelWidth $[fvwm_winlist_width], SelectOnRelease Meta_L
+Key Super_L A N WindowList Root c c NoDeskSort, MaxLabelWidth $[fvwm_winlist_width]
Mouse 1 R A Menu Utilities Nop
+Key F4 A M Delete
+
# Setup title-bar button actions.
Mouse 1 1 A FvwmDeleteOrDestroy
Mouse 1 3 A FvwmIconifyOrShade