summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/builtins.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/builtins.py b/scripts/builtins.py
index 29079126..ed8f66ec 100644
--- a/scripts/builtins.py
+++ b/scripts/builtins.py
@@ -61,6 +61,9 @@ def resize(data):
def execute(bin, screen = 0):
Openbox_execute(openbox, screen, bin)
+def restart(data):
+ Openbox_restart(openbox, "")
+
def toggle_shade(data):
print "toggle_shade"