From 454c6e3c77b3db507ee81875219089047fc2d5a3 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 13 Jan 2013 15:37:49 -0200 Subject: Initial import --- xmutt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 xmutt (limited to 'xmutt') diff --git a/xmutt b/xmutt new file mode 100755 index 0000000..eb92695 --- /dev/null +++ b/xmutt @@ -0,0 +1,16 @@ +#!/bin/bash +# +# xmutt: wrapper for mutt +# + +source ~/.geometry || exit 1 + +# Using rxvt +#rxvt -geometry 110x45 -fn 7x13 -e mutt +#rxvt -g 110x45+320+90 +sb -fn smooth -name mutt -e mutt + +# Using Eterm +#Eterm -g $GEOMETRY +sb -f white -F $FONT --borderless no --buttonbar 0 \ +# --scrollbar 0 -P $HOME/themes/ground.jpg@:scaled -e mutt -nmutt + +xterm -u8 -fn $FONT -geometry $GEOMETRY -title mutt -e mutt -- cgit v1.2.3