Change aerc pager and disable notifications
aerc's notifications actually *suck*. They don't fire until you open the folder containing the new mail.
This commit is contained in:
parent
697e54ea11
commit
bc476def8b
1 changed files with 1 additions and 4 deletions
|
@ -14,7 +14,7 @@ stylesets-dirs=/home/trysdyn/.config/aerc/stylesets:/usr/share/aerc/stylesets/
|
|||
styleset-name=base16
|
||||
|
||||
[viewer]
|
||||
pager=most
|
||||
pager=most -w
|
||||
alternatives=text/plain,text/html
|
||||
show-headers=false
|
||||
header-layout=From,To,Cc,Bcc,Date,Subject
|
||||
|
@ -32,9 +32,6 @@ subject,~^\[PATCH=awk -f /usr/share/aerc/filters/hldiff
|
|||
text/html=/usr/share/aerc/filters/html
|
||||
text/*=awk -f /usr/share/aerc/filters/plaintext
|
||||
|
||||
[triggers]
|
||||
new-email=exec dunstify "New email from %n" "%s"
|
||||
|
||||
[templates]
|
||||
template-dirs=/usr/share/aerc/templates/
|
||||
quoted-reply=quoted_reply
|
||||
|
|
Loading…
Add table
Reference in a new issue