From 271e0fd9c87a97bb066b35f537a052235413fe5f Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Fri, 20 Feb 2009 17:41:34 +0100 Subject: Fix per-app monitor setting A couple of things were wrong, the parser added 1 to the value despite expecting the user to give values in the range of 1 to screen_num_monitors, rc.xml documented the values to start from 0 and finally the monitor value wasn't copied over at all when matching the client. --- data/rc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/rc.xml b/data/rc.xml index 49700fb4..ebe2f310 100644 --- a/data/rc.xml +++ b/data/rc.xml @@ -682,7 +682,7 @@ 200 1 # specifies the monitor in a xinerama setup. - # 0 is the first head, or 'mouse' for wherever the mouse is + # 1 is the first head, or 'mouse' for wherever the mouse is yes -- cgit v1.2.3