all repos — openbox @ 5beb28df2daf6b88d9a0f2da4866c2be6b0663ec

openbox fork - make it a bit more like ryudo

add comments
Dana Jansens danakj@orodu.net
commit

5beb28df2daf6b88d9a0f2da4866c2be6b0663ec

parent

75a5004d409b240d3909d69515d8546b3e3aa256

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M scripts/defaults.pyscripts/defaults.py

@@ -8,9 +8,10 @@

# try focus something when nothing is focused focus.fallback = 1 -# set up the mouse buttons +# choose a default focus model focusmodel.setup_click_focus() # use focusmodel.setup_sloppy_focus() instead to # make focus follow the cursor +# set up the mouse buttons behavior.setup_window_clicks() behavior.setup_window_buttons() behavior.setup_scroll()