add comments
This commit is contained in:
parent
75a5004d40
commit
5beb28df2d
1 changed files with 2 additions and 1 deletions
|
@ -8,9 +8,10 @@ import historyplacement # history window placement
|
||||||
# try focus something when nothing is focused
|
# try focus something when nothing is focused
|
||||||
focus.fallback = 1
|
focus.fallback = 1
|
||||||
|
|
||||||
# set up the mouse buttons
|
# choose a default focus model
|
||||||
focusmodel.setup_click_focus() # use focusmodel.setup_sloppy_focus() instead to
|
focusmodel.setup_click_focus() # use focusmodel.setup_sloppy_focus() instead to
|
||||||
# make focus follow the cursor
|
# make focus follow the cursor
|
||||||
|
# set up the mouse buttons
|
||||||
behavior.setup_window_clicks()
|
behavior.setup_window_clicks()
|
||||||
behavior.setup_window_buttons()
|
behavior.setup_window_buttons()
|
||||||
behavior.setup_scroll()
|
behavior.setup_scroll()
|
||||||
|
|
Loading…
Reference in a new issue