$OpenBSD: patch-src_default_h,v 1.14 2014/04/11 15:25:24 giovanni Exp $
--- src/default.h.orig	Sun Nov 17 17:54:39 2013
+++ src/default.h	Sat Apr  5 23:20:25 2014
@@ -38,7 +38,7 @@ XIV(bool, showTaskBar,                          true)
 XIV(bool, taskBarAtTop,                         false)
 XIV(bool, taskBarKeepBelow,                     false)
 XIV(bool, taskBarShowClock,                     true)
-XIV(bool, taskBarShowApm,                       false)
+XIV(bool, taskBarShowApm,                       true)
 XIV(bool, taskBarShowApmTime,                   true) // mschy
 XIV(bool, taskBarShowApmGraph,                  true) // hatred
 XIV(bool, taskBarShowMailboxStatus,             true)
@@ -162,10 +162,10 @@ XSV(const char *, acpiIgnoreBatteries,          0)
 #endif
 
 XSV(const char *, mailBoxPath,                  0)
-XSV(const char *, mailCommand,                  "xterm -name pine -title PINE -e pine")
-XSV(const char *, mailClassHint,                "pine.XTerm")
+XSV(const char *, mailCommand,                  "xterm -name mail -title MAIL -e mail")
+XSV(const char *, mailClassHint,                "mail.XTerm")
 XSV(const char *, newMailCommand,               0)
-XSV(const char *, lockCommand,                  0)
+XSV(const char *, lockCommand,                  "xlock -name icewm -mode random")
 XSV(const char *, clockCommand,                 "xclock -name icewm -title Clock")
 XSV(const char *, clockClassHint,               "icewm.XClock")
 XSV(const char *, runDlgCommand,                0)
