aboutsummaryrefslogtreecommitdiff
path: root/xmutt
blob: eb926959312a74ef07ff09883777a3859eba50be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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