# HG changeset patch # User Oleksandr Gavenko # Date 1231830933 -7200 # Node ID 3dceea0cf56d8ec9ec609db83df4a4d6da37169b # Parent 3bcf71fa5017bb600047270c8fb1ee412453d824# Parent 63d13ae10f23f473608c71fad60f3c20725b21aa Automated merge with file:///home/gavenkoa/site/hg/.fvwm diff -r 63d13ae10f23 -r 3dceea0cf56d .fvwm/config --- 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