]> Dogcows Code - chaz/openbox/blobdiff - scripts/builtins.py
no need for focusraise anymore
[chaz/openbox] / scripts / builtins.py
index 3571e0178114a09b6c10e82bacbc4dce0f35a1e1..64a1bc6c9641ac1f22208308bb15ea7fe5edf6e1 100644 (file)
@@ -86,11 +86,6 @@ def lower_win(data):
     screen = Openbox_screen(openbox, OBClient_screen(client))
     OBScreen_restack(screen, 0, client)
 
-def focusraise(data):
-    """Focuses and raises the window on which the event occured"""
-    focus(data)
-    raise_win(data)
-
 def toggle_shade(data):
     """Toggles the shade status of the window on which the event occured"""
     client = Openbox_findClient(openbox, data.window())
This page took 0.021953 seconds and 4 git commands to generate.