summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-06 19:02:09 +0000
committerDana Jansens <danakj@orodu.net>2003-01-06 19:02:09 +0000
commit07d835a044c750c6ed8d58466fc5cc6a5808a8ac (patch)
tree4b94dbcac5bda260ad636ff7649c57336f1a0094
parent40449e199dfeab57e8d147e07989aef339a7da59 (diff)
no need for focusraise anymore
-rw-r--r--scripts/builtins.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/builtins.py b/scripts/builtins.py
index 3571e017..64a1bc6c 100644
--- a/scripts/builtins.py
+++ b/scripts/builtins.py
@@ -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())