]> Dogcows Code - chaz/openbox/blobdiff - scripts/focus.py
make default focus model click-focus.
[chaz/openbox] / scripts / focus.py
index e8fe965bccfe905bfd7f9bfe3aa0ef522896b675..d2cb1385668471cd0089719e5639e50b6db7c83e 100644 (file)
@@ -135,13 +135,13 @@ def _focus_stacked_ungrab(data):
     if data.action == ob.KeyAction.Release:
         # have all the modifiers this started with been released?
         if not _cyc_mask & data.state:
+            _destroy_popup_list()
             ob.kungrab() # ungrab ourself
             _doing_stacked = 0;
             if cycle_raise:
                 client = ob.openbox.findClient(_cyc_w)
                 if client:
                     ob.openbox.screen(data.screen).raiseWindow(client)
-            _destroy_popup_list()
 
 _list_widget = 0
 _list_labels = []
This page took 0.020621 seconds and 4 git commands to generate.