diff options
| author | xengineering <me@xengineering.eu> | 2026-01-08 20:28:55 +0100 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2026-01-13 11:23:12 +0100 |
| commit | 4f202f0e924dfbd563d5530c4cdb4f1e7c984ebc (patch) | |
| tree | e5fb22aab98331c44c9dafa4b7d04245c9818d11 | |
| parent | cfca51d18a741a1652bf0f5f730447b22fff5d82 (diff) | |
| download | dotfiles-4f202f0e924dfbd563d5530c4cdb4f1e7c984ebc.tar dotfiles-4f202f0e924dfbd563d5530c4cdb4f1e7c984ebc.tar.zst dotfiles-4f202f0e924dfbd563d5530c4cdb4f1e7c984ebc.zip | |
aerc: Disable desktop notifications for new mails
This is distracting. Disabling it should improve focus.
| -rw-r--r-- | aerc/aerc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aerc/aerc.conf b/aerc/aerc.conf index 89a44ac..ddb3537 100644 --- a/aerc/aerc.conf +++ b/aerc/aerc.conf @@ -189,7 +189,7 @@ text/*=awk -f /usr/lib/aerc/filters/plaintext # # Triggers specify commands to execute when certain events occur. # -new-email=exec notify-send "New email from %n" "%s" +# new-email=exec notify-send "New email from %n" "%s" [templates] # Templates are used to populate email bodies automatically. |
