summaryrefslogtreecommitdiffstats
path: root/openbox-shutdown.conf
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-03-17 21:11:39 +0100
committerFlorian Pritz <f-p@gmx.at>2009-03-17 21:11:39 +0100
commit03a36673c7796a2df8c0752e1ae68dcf6d4d0ffd (patch)
treea0d993f192ae813ee9970e2b19e670424744ea99 /openbox-shutdown.conf
parentf7cffeeff26d2f99803a1e8113c1874dc1186ff0 (diff)
downloadbin-03a36673c7796a2df8c0752e1ae68dcf6d4d0ffd.tar.gz
bin-03a36673c7796a2df8c0752e1ae68dcf6d4d0ffd.tar.xz
moved python scripts
Diffstat (limited to 'openbox-shutdown.conf')
-rw-r--r--openbox-shutdown.conf41
1 files changed, 41 insertions, 0 deletions
diff --git a/openbox-shutdown.conf b/openbox-shutdown.conf
new file mode 100644
index 0000000..eb4350c
--- /dev/null
+++ b/openbox-shutdown.conf
@@ -0,0 +1,41 @@
+# configuration for openbox-shutdown
+#
+# buttons are shown in the order they are listed in this file
+#
+# each section contains the following values:
+# command - command to execute when button is pressed
+# can be used several times to execute more commands
+# commands are executed in the order they are listed in this
+# file
+# image - location of the image for the button
+# absolute path is recommended
+# set to None if no image should be shown
+# info_text - small text to show in the footer
+# set to None if not requested
+# label - label for the button
+# uses mnemics
+# set to None to disable
+
+[reboot]
+#command = openbox --exit
+command = sudo shutdown -r now
+image = /usr/share/icons/hydroxygen/72x72/apps/gnome-session-reboot.png
+info_text = Reboot
+#label = _Neu starten
+label = None
+
+[shutdown]
+#command = openbox --exit
+command = sudo shutdown -h now
+image = /usr/share/icons/hydroxygen/72x72/apps/gnome-session-halt.png
+info_text = Halt
+#label = _Herunterfahren
+label = None
+
+[suspend]
+command = screen-locker.sh
+command = sudo pm-suspend
+image = /usr/share/icons/hydroxygen/72x72/apps/gnome-session-suspend.png
+info_text = Suspend2Ram
+#label = _Suspend
+label = None