From: Silvio Rhatto Date: Thu, 21 Sep 2017 12:26:38 +0000 (-0300) Subject: Firejail title workaround at xmail X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=fa6b8ebc95f4dc8f30bf07c503f3bdbbc81d909c;p=utils-x11.git Firejail title workaround at xmail --- diff --git a/xmail b/xmail index 0b880ce..5a94b37 100755 --- a/xmail +++ b/xmail @@ -2,5 +2,13 @@ # 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