From 8c0fe026fe45d5cccfb0175f698d088d3eb9bc13 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 26 Dec 2002 18:15:23 +0000 Subject: focus works --- scripts/clicks.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') 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: -- cgit v1.2.3