From 865cae79f8a6367f22086f6521c34f498b63b6ad Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 23 Mar 2014 14:07:55 -0300 Subject: Mutt and terminal titles; adding xwyrd --- mutt256 | 2 ++ terminal | 6 +++++- xwyrd | 13 +++++++++++++ 3 files changed, 20 insertions(+), 1 deletion(-) create mode 100755 xwyrd diff --git a/mutt256 b/mutt256 index 3f8fdec..f774b09 100755 --- a/mutt256 +++ b/mutt256 @@ -2,4 +2,6 @@ # # 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 diff --git a/terminal b/terminal index a694aa1..e76974a 100755 --- a/terminal +++ b/terminal @@ -6,7 +6,11 @@ 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 diff --git a/xwyrd b/xwyrd new file mode 100755 index 0000000..6e07d6e --- /dev/null +++ b/xwyrd @@ -0,0 +1,13 @@ +#!/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 -- cgit v1.2.3