From a9ba01279e6f3c64b082f4de6e7d95cd1b5f7dab Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 11 May 2013 13:03:54 +0200 Subject: lots of new stuff and misc changes Signed-off-by: Florian Pritz --- openbox-shutdown.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'openbox-shutdown.conf') diff --git a/openbox-shutdown.conf b/openbox-shutdown.conf index eb4350c..bf9e64a 100644 --- a/openbox-shutdown.conf +++ b/openbox-shutdown.conf @@ -18,7 +18,7 @@ [reboot] #command = openbox --exit -command = sudo shutdown -r now +command = systemctl reboot image = /usr/share/icons/hydroxygen/72x72/apps/gnome-session-reboot.png info_text = Reboot #label = _Neu starten @@ -26,7 +26,7 @@ label = None [shutdown] #command = openbox --exit -command = sudo shutdown -h now +command = systemctl poweroff image = /usr/share/icons/hydroxygen/72x72/apps/gnome-session-halt.png info_text = Halt #label = _Herunterfahren @@ -34,7 +34,7 @@ label = None [suspend] command = screen-locker.sh -command = sudo pm-suspend +command = systemctl suspend image = /usr/share/icons/hydroxygen/72x72/apps/gnome-session-suspend.png info_text = Suspend2Ram #label = _Suspend -- cgit v1.2.3-24-g4f1b