# HG changeset patch # User Oleksandr Gavenko # Date 1389275612 -7200 # Node ID 69c9803b9364efb45264361f0163357789b539a6 # Parent 2f1bbc7c70b6f856eef117dffab2cd87f285d535 Ignore PPosition hint. Many programs set PPosition to something obnoxious like 0,0 (upper left corner). diff -r 2f1bbc7c70b6 -r 69c9803b9364 .fvwm/config --- a/.fvwm/config Thu Jan 09 15:50:51 2014 +0200 +++ b/.fvwm/config Thu Jan 09 15:53:32 2014 +0200 @@ -184,6 +184,8 @@ # Default is TileCascadePlacement. Style * MinOverlapPlacement +# Ignore PPosition hint. Many programs set PPosition to something obnoxious like 0,0 (upper left corner). +Style * !UsePPosition # Percentage of a page to scroll when the cursor hits the edge of a page. # With 0 0 I can't scroll to other page by hitting edge, but can move app to another page!