diff options
| author | appeasementPolitik <108810900+appeasementPolitik@users.noreply.github.com> | 2023-10-27 18:58:40 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-27 18:58:40 +0000 |
| commit | ca8cb1f6a7513e52b112b99a686844a587cebd89 (patch) | |
| tree | 7cc82c150dc0a6722940a74cabb3a90989772dbd /.local/bin/statusbar | |
| parent | 54c0aa2af8e0b998d1666a13bd86e6abcd08a291 (diff) | |
| download | eibhear-ca8cb1f6a7513e52b112b99a686844a587cebd89.tar.gz eibhear-ca8cb1f6a7513e52b112b99a686844a587cebd89.tar.zst eibhear-ca8cb1f6a7513e52b112b99a686844a587cebd89.zip | |
Update sb-mailbox in statusbar on closing neomutt (#1329)
Diffstat (limited to '.local/bin/statusbar')
| -rwxr-xr-x | .local/bin/statusbar/sb-mailbox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/statusbar/sb-mailbox b/.local/bin/statusbar/sb-mailbox index 2132184..88522f2 100755 --- a/.local/bin/statusbar/sb-mailbox +++ b/.local/bin/statusbar/sb-mailbox @@ -4,7 +4,7 @@ # When clicked, brings up `neomutt`. case $BLOCK_BUTTON in - 1) setsid -f "$TERMINAL" -e neomutt ;; + 1) setsid -w -f "$TERMINAL" -e neomutt; pkill -RTMIN+12 "${STATUSBAR:-dwmblocks}" ;; 2) setsid -f mw -Y >/dev/null ;; 3) notify-send "📬 Mail module" "\- Shows unread mail - Shows 🔃 if syncing mail |
