# Config file for minicontrol : set commands with there respective icon in 24x24 pixels xpm format [WPREFS] wprefs_cmd = /usr/lib/GNUstep/Applications/WPrefs.app/WPrefs wprefs_icon = wprefs24.xpm [HALT] # halt_cmd = /sbin/shutdown -h now # halt_cmd = /bin/su -c /sbin/reboot # halt_cmd = /bin/sudo -s /sbin/reboot halt_cmd = /usr/bin/gksu -S /sbin/reboot halt_icon = halt24.xpm [REBOOT] # reboot_cmd = /sbin/shutdown -r now # halt_cmd = /bin/su -c /sbin/shutdown # halt_cmd = /bin/sudo -s /sbin/shutdown reboot_cmd = /usr/bin/gksu -S /sbin/poweroff reboot_icon = halt24.xpm