diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-01 13:13:04 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-01 13:13:04 +0000 |
| commit | 5beb28df2daf6b88d9a0f2da4866c2be6b0663ec (patch) | |
| tree | cc40e07a102b1bce842fd12692e4c3cde130f4f2 | |
| parent | 75a5004d409b240d3909d69515d8546b3e3aa256 (diff) | |
add comments
| -rw-r--r-- | scripts/defaults.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/defaults.py b/scripts/defaults.py index adc2f7c5..922f472c 100644 --- a/scripts/defaults.py +++ b/scripts/defaults.py @@ -8,9 +8,10 @@ import historyplacement # history window placement # 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() |
