# # Simple wrapper around mutt # # Try to set title xtitle 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