From: Silvio Rhatto Date: Tue, 9 Jul 2024 14:24:26 +0000 (-0300) Subject: Fix: use 'xtitle -q' X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=8d8ea521dcddba978309d9a2cd2a453066a37d87;p=utils-x11.git Fix: use 'xtitle -q' --- diff --git a/xcalendar b/xcalendar index 93925d2..782d031 100755 --- a/xcalendar +++ b/xcalendar @@ -4,7 +4,7 @@ # # Set title. -xtitle calendar +xtitle -q calendar # For some reason, we have to sleep a while, otherwise wyrd won't start. sleep 0.03 diff --git a/xmail b/xmail index 5a94b37..723c018 100755 --- a/xmail +++ b/xmail @@ -3,7 +3,7 @@ # # Try to set title -xtitle mail +xtitle -q mail # Title workaround for firejail # See https://github.com/netblue30/firejail/issues/281