]> Dogcows Code - chaz/openbox/blobdiff - scripts/defaults.py
better historyplacement
[chaz/openbox] / scripts / defaults.py
index 10c980ea988fbbac2db26f1f4564bd5c7c487d3a..d269c9b0c739f40be6817120b666233b30e42db4 100644 (file)
@@ -8,7 +8,8 @@ import windowplacement # use a routine in here to place windows
 focus.fallback = 1
 
 # set up the mouse buttons
-focusmodel.setup_sloppy_focus()
+focusmodel.setup_click_focus() # use focusmodel.setup_sloppy_focus() instead to
+                               # make focus follow the cursor
 behavior.setup_window_clicks()
 behavior.setup_window_buttons()
 behavior.setup_scroll()
This page took 0.022919 seconds and 4 git commands to generate.