aboutsummaryrefslogtreecommitdiff
path: root/xmail
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-07-09 11:24:26 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-07-09 11:24:26 -0300
commit8d8ea521dcddba978309d9a2cd2a453066a37d87 (patch)
treea5f511351841c974c4ca858b5fb82c2145c1a6cd /xmail
parentb90a2ad93279e89b7b74e37305b5c8af88cf44ed (diff)
downloadutils-x11-8d8ea521dcddba978309d9a2cd2a453066a37d87.tar.gz
utils-x11-8d8ea521dcddba978309d9a2cd2a453066a37d87.tar.bz2
Fix: use 'xtitle -q'
Diffstat (limited to 'xmail')
-rwxr-xr-xxmail2
1 files changed, 1 insertions, 1 deletions
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