From 03a36673c7796a2df8c0752e1ae68dcf6d4d0ffd Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 17 Mar 2009 21:11:39 +0100 Subject: moved python scripts --- openbox-shutdown.conf | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 openbox-shutdown.conf (limited to 'openbox-shutdown.conf') 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 -- cgit v1.2.3-24-g4f1b