$OpenBSD: patch-panel-plugin_settings_cpp,v 1.2 2016/11/03 08:37:34 landry Exp $
Dont show switchuser & menueditor by default since they wont work on openbsd
--- panel-plugin/settings.cpp.orig	Fri Aug  5 15:50:24 2016
+++ panel-plugin/settings.cpp	Thu Nov  3 09:10:44 2016
@@ -150,6 +150,8 @@ void Settings::load(char* file)
 {
 	if (!file)
 	{
+		command[CommandSwitchUser]->set_shown(false);
+		command[CommandMenuEditor]->set_shown(false);
 		return;
 	}
 
