aboutsummaryrefslogtreecommitdiff
path: root/xmail
blob: 723c018bde5baf55e25232bd57740a0f0fb0267e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# Simple wrapper around mutt
#

# Try to set title
xtitle -q mail

# Title workaround for firejail
# See https://github.com/netblue30/firejail/issues/281
command='/usr/bin/xdotool search --name "firejail /usr/bin/mutt" set_window --name mail'
sh -c "sleep 1 && $command" &

# Dispatch to mail application
mail