.fvwm/config
changeset 680 69c9803b9364
parent 679 2f1bbc7c70b6
child 681 69df18cb005c
equal deleted inserted replaced
679:2f1bbc7c70b6 680:69c9803b9364
   182 # This disable ResizeOpaque, which cause frequent redrawing of applications.
   182 # This disable ResizeOpaque, which cause frequent redrawing of applications.
   183 Style * ResizeOutline
   183 Style * ResizeOutline
   184 
   184 
   185 # Default is TileCascadePlacement.
   185 # Default is TileCascadePlacement.
   186 Style * MinOverlapPlacement
   186 Style * MinOverlapPlacement
       
   187 # Ignore PPosition hint. Many programs set PPosition to something obnoxious like 0,0 (upper left corner).
       
   188 Style * !UsePPosition
   187 
   189 
   188 # Percentage of a page to scroll when the cursor hits the edge of a page.
   190 # Percentage of a page to scroll when the cursor hits the edge of a page.
   189 # With 0 0 I can't scroll to other page by hitting edge, but can move app to another page!
   191 # With 0 0 I can't scroll to other page by hitting edge, but can move app to another page!
   190 # With 100 100 by hitting edge I move to next page.
   192 # With 100 100 by hitting edge I move to next page.
   191 EdgeScroll 0 0
   193 EdgeScroll 0 0