Ignore PPosition hint. Many programs set PPosition to something obnoxious like 0,0 (upper left corner).
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 09 Jan 2014 15:53:32 +0200
changeset 680 69c9803b9364
parent 679 2f1bbc7c70b6
child 681 69df18cb005c
Ignore PPosition hint. Many programs set PPosition to something obnoxious like 0,0 (upper left corner).
.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!