From 791a5e5bdf0fd0a729009c5f62a2457ed0e1c0a1 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Sun, 30 Jan 2011 22:59:15 +0100 Subject: [PATCH] allowshutdown=no as sudo has to be properly configured --- src/cdmrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/cdmrc b/src/cdmrc index bf93f09..7126dbf 100644 --- a/src/cdmrc +++ b/src/cdmrc @@ -16,7 +16,9 @@ wmdisplist=(Awesome Openbox) allowconsole=yes # Allow shutdown? -allowshutdown=yes +# Note that this option requires sudo +# to be installed and properly configured. +allowshutdown=no shutdowncommand='sudo shutdown -h now' rebootcommand='sudo shutdown -r now'