#
# See http://linuxforcynics.com/how-to/using-rxvt-unicode-with-screen
# https://bbs.archlinux.org/viewtopic.php?id=50647
+
+xtitle mail
TERM=rxvt-256color /usr/bin/mutt
source ~/.geometry || exit 1
if [ -z "$TITLE" ]; then
- TITLE="terminal"
+ if [ ! -z "$1" ]; then
+ TITLE="$1"
+ else
+ TITLE="terminal"
+ fi
fi
if [ "$TERM" == "rxvt" ]; then
--- /dev/null
+#!/bin/bash
+#
+# Start calendar application.
+#
+
+# Set title.
+xtitle calendar
+
+# For some reason, we have to sleep a while, otherwise wyrd won't start.
+sleep 0.2
+
+# Start wyrd.
+wyrd