diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-26 18:15:23 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-26 18:15:23 +0000 |
| commit | 8c0fe026fe45d5cccfb0175f698d088d3eb9bc13 (patch) | |
| tree | fd7a3a1b307109464216bb3433b1c6b7b209379c /scripts/clicks.py | |
| parent | 236f68056d5296087d39de8031c3a71524c1e830 (diff) | |
focus works
Diffstat (limited to 'scripts/clicks.py')
| -rw-r--r-- | scripts/clicks.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/clicks.py b/scripts/clicks.py index 39effd53..217fa289 100644 --- a/scripts/clicks.py +++ b/scripts/clicks.py @@ -33,6 +33,7 @@ def def_click_root(action, win, type, modifiers, button, time): if type == Type_Root: if button == Button1: print "nothing probly.." + OBClient_unfocus(Openbox_focusedClient(openbox)) elif button == Button2: print "workspace menu" elif button == Button3: |
