summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-03 22:06:08 +0000
committerDana Jansens <danakj@orodu.net>2003-01-03 22:06:08 +0000
commit06388d73b75d985ab10586bd116de7fac4ea2b8e (patch)
treecff34181b921c9332df6e6243e6db03b04493543 /scripts
parenta9a5f0d7510be5dbf8ae1db99e6c1c01035503d9 (diff)
restart works
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"