diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2020-10-20 18:01:14 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2020-10-20 18:01:14 -0400 |
commit | 6254a5d23acc96ef70d3a4427b435ed45d7975a2 (patch) | |
tree | 962f81a7b3ba8e4429b4c901c13f4862e57d07ca /.config/sxhkd | |
parent | 61bfa92c0a1eff64fe83585ef4c9ead8e575b838 (diff) |
sync neomutt after closing it
Diffstat (limited to '.config/sxhkd')
-rw-r--r-- | .config/sxhkd/sxhkdrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index b11502e..0213c91 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -130,7 +130,7 @@ super + w $BROWSER ## TUI Email Client (neomutt) super + e - killall neomutt || $TERMINAL -e neomutt ; dwmbar + killall neomutt || $TERMINAL -e neomutt && mw -Y ## TUI Calendar (calcurse) super + shift + e killall calcurse || $TERMINAL -t dropdown_calendar -e calcurse |