summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2023-10-25 12:42:44 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2023-10-25 12:42:44 -0400
commit0bd8d065e4f697af43a9ec800f993b8d55197f8b (patch)
tree1b5711c1a40c753b309b7df51eb335eb03a782c2
parent6ccb0c265a8a5cd9d491f40c9812f84ad7fac4a9 (diff)
parent9248a57eca1186555d114ac6b2315d6c9381eee0 (diff)
Merge branch 'master' of github.com:ChausseBenjamin/dotfiles
-rw-r--r--.config/mutt/my-configs4
-rw-r--r--.config/sxhkd/sxhkdrc2
-rwxr-xr-x.local/bin/dwmbar/dwmb-mail2
3 files changed, 3 insertions, 5 deletions
diff --git a/.config/mutt/my-configs b/.config/mutt/my-configs
index bd59b70..831bc67 100644
--- a/.config/mutt/my-configs
+++ b/.config/mutt/my-configs
@@ -13,6 +13,7 @@ macro index,pager a "<pipe-message>goobook add<return>" "add the sender address
# Note that if you use an old version of mutt-wizard,
# you will need to disable abook in it's script:
# sed -i "s/^set\squery_command.*$//" /usr/share/mutt-wizard/mutt-wizard.muttrc
+# }}}
# PGP Encryption: {{{
# I want pgp encryption by default when possible.
@@ -29,8 +30,5 @@ set print_command="muttprint"
# Dump all headers
# macro index p "<display-toggle-weed> <print-message> <display-toggle-weed> <exit>"
# }}}
-# Colors {{{
-source colors
-# }}}
# vim: filetype=neomuttrc
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
index b8e5261..2ff1a2b 100644
--- a/.config/sxhkd/sxhkdrc
+++ b/.config/sxhkd/sxhkdrc
@@ -133,7 +133,7 @@ super + w
$BROWSER
## TUI Email Client (neomutt)
super + e
- killall neomutt || $TERMINAL -e neomutt && mw -Y
+ kill -46 $(pidof dwmblocks) && killall neomutt || $TERMINAL -e neomutt && kill -46 $(pidof dwmblocks)
## TUI calendar (calendar.vim)
super + shift + e
$TERMINAL -t calendar -e nvim -c ":Calendar -view=week -first_day=monday"
diff --git a/.local/bin/dwmbar/dwmb-mail b/.local/bin/dwmbar/dwmb-mail
index bd8d56b..3cda519 100755
--- a/.local/bin/dwmbar/dwmb-mail
+++ b/.local/bin/dwmbar/dwmb-mail
@@ -17,4 +17,4 @@ unread="$(find "${XDG_DATA_HOME:-$HOME/.local/share}"/mail/*/*/new/* -type f | w
pidof mbsync >/dev/null 2>&1 && icon=" "
-[ "$unread" = "0" ] && [ "$icon" = "" ] || echo "  $unread $icon"
+[ "$unread" = "0" ] && [ "$icon" = "" ] || echo "  $unread $icon"