X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=scripts%2Fcallbacks.py;h=7f7be6635e9ca7c4d7ef171acaacc772c0890caf;hb=8a05ae261d640df3844fdae942556793c62bd073;hp=e001cc3b62c2bdb5b9e21d8a7f16eec905ec5fcb;hpb=1814947e47dcf0ea5734c076d5eabe2f5a2e7f11;p=chaz%2Fopenbox diff --git a/scripts/callbacks.py b/scripts/callbacks.py index e001cc3b..7f7be663 100644 --- a/scripts/callbacks.py +++ b/scripts/callbacks.py @@ -9,14 +9,6 @@ StateRemove = 0 StateAdd = 1 StateToggle = 2 -def restart(data=0, other = ""): - """Restarts Openbox, optionally starting another window manager.""" - ob.openbox.restart(other) - -def exit(data=0): - """Exits Openbox.""" - ob.openbox.shutdown() - def state_above(data, add=StateAdd): """Toggles, adds or removes the 'above' state on a window. The second paramater should one of: StateRemove, StateAdd, or @@ -264,4 +256,12 @@ def send_to_prev_desktop(data, no_wrap=0, follow=1): if follow: change_desktop(data, d) +def restart(data=0, other = ""): + """Restarts Openbox, optionally starting another window manager.""" + ob.openbox.restart(other) + +def exit(data=0): + """Exits Openbox.""" + ob.openbox.shutdown() + print "Loaded callbacks.py"