no need for focusraise anymore
This commit is contained in:
parent
40449e199d
commit
07d835a044
1 changed files with 0 additions and 5 deletions
|
@ -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())
|
||||
|
|
Loading…
Reference in a new issue