diff options
Diffstat (limited to 'data/rc.xml')
| -rw-r--r-- | data/rc.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/data/rc.xml b/data/rc.xml index 21b0c87f..7598a72c 100644 --- a/data/rc.xml +++ b/data/rc.xml @@ -3,7 +3,8 @@ <!-- Do not edit this file, it will be overwritten on install. Copy the file to $HOME/.config/openbox/ instead. --> -<openbox_config xmlns="http://openbox.org/3.4/rc"> +<openbox_config xmlns="http://openbox.org/3.4/rc" + xmlns:xi="http://www.w3.org/2001/XInclude"> <resistance> <strength>10</strength> @@ -35,10 +36,10 @@ <center>yes</center> <!-- whether to place windows in the center of the free area found or the top left corner --> - <monitor>Active</monitor> + <monitor>Primary</monitor> <!-- with Smart placement on a multi-monitor system, try to place new windows on: 'Any' - any monitor, 'Mouse' - where the mouse is, 'Active' - where - the active window is --> + the active window is, 'Primary' - only on the primary monitor --> <primaryMonitor>1</primaryMonitor> <!-- The monitor where Openbox should place popup dialogs such as the focus cycling popup, or the desktop switch popup. It can be an index @@ -310,7 +311,7 @@ </keyboard> <mouse> - <dragThreshold>8</dragThreshold> + <dragThreshold>1</dragThreshold> <!-- number of pixels the mouse must move before a drag begins --> <doubleClickTime>200</doubleClickTime> <!-- in milliseconds (1000 = 1 second) --> |
