diff options
Diffstat (limited to 'dotfiles/.config')
-rwxr-xr-x | dotfiles/.config/bemenurc | 2 | ||||
-rw-r--r-- | dotfiles/.config/mutt/muttrc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/dotfiles/.config/bemenurc b/dotfiles/.config/bemenurc index a05d7b2..9f4f283 100755 --- a/dotfiles/.config/bemenurc +++ b/dotfiles/.config/bemenurc @@ -22,4 +22,4 @@ BEMENU_HF="#151517" ## command for the terminal application to be used: TERMINAL_CMD="terminal -e" -BEMENU_MONITOR="-1" +BEMENU_MONITOR="-2" diff --git a/dotfiles/.config/mutt/muttrc b/dotfiles/.config/mutt/muttrc index 016dc68..b7c6935 100644 --- a/dotfiles/.config/mutt/muttrc +++ b/dotfiles/.config/mutt/muttrc @@ -20,6 +20,7 @@ set forward_quote # include message in forwards set reverse_name # reply as whomever it was to set include # include message in replies set mail_check=60 # to avoid lags using IMAP with some email providers (yahoo for example) +shutdown-hook 'echo `killall -43 waybar`' unignore x-spam-status auto_view text/html # automatically show html (mailcap uses lynx) auto_view application/pgp-encrypted |