--- a/.fvwm/config Thu Jul 02 23:11:23 2009 +0300
+++ b/.fvwm/config Sat Jul 18 00:08:47 2009 +0300
@@ -204,13 +204,23 @@
# F9 - left F12 - right
# F10 - down
-Key F10 A M GotoDesk +1 0 4
-Key F11 A M GotoDesk -1 0 4
+DestroyFunc myGotoDesk
+AddToFunc myGotoDesk
++ I Next (CirculateHit, FvwmPager, Shaded) WindowShade "False"
++ I GotoDesk $0 0 4
+
+Key F10 A M myGotoDesk +1
+Key F11 A M myGotoDesk -1
-Key F9 A C GotoPage -1p -0p
-Key F10 A C GotoPage +0p +1p
-Key F11 A C GotoPage +0p -1p
-Key F12 A C GotoPage +1p +0p
+DestroyFunc myGotoPage
+AddToFunc myGotoPage
++ I Next (CirculateHit, FvwmPager, Shaded) WindowShade "False"
++ I GotoPage $0 $1
+
+Key F9 A C myGotoPage -1p -0p
+Key F10 A C myGotoPage +0p +1p
+Key F11 A C myGotoPage +0p -1p
+Key F12 A C myGotoPage +1p +0p
Key F9 A S CursorMove -50p +0p
Key F10 A S CursorMove +0p +50p
@@ -347,7 +357,7 @@
# Add the windows you want to autohide
AddToFunc enter_handler
-+ I autohide FvwmPager 500 N
++ I autohide FvwmPager 1000 N
####################
# Startup functions.