diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-09-26 13:22:57 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-09-26 13:22:57 +0300 |
commit | 03b2f9b30700848862f4920f76cd6113bdf8c3c1 (patch) | |
tree | cbf01352768c1e42f975a41ff16e642330bd1abc /dotfiles | |
parent | 52a2aa5d4168f4f82ee62b778f4f57dc4d1a975b (diff) | |
download | swayrice-03b2f9b30700848862f4920f76cd6113bdf8c3c1.tar.gz swayrice-03b2f9b30700848862f4920f76cd6113bdf8c3c1.zip |
Minor changes
* Update bemenu's moronic monitor variable once more
* Neomutt shutdown hook to update waybar.
Diffstat (limited to 'dotfiles')
-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 |