diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2023-10-28 08:41:43 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2023-10-28 08:41:43 -0400 |
| commit | 0cc589bcadf5a8ce6aee2706e749fee878ccca75 (patch) | |
| tree | 8cbd17151ea65bcaf73085899917ac66d1360122 /.local/bin/statusbar/sb-mailbox | |
| parent | 6ba48b27339d47732519476333712bb4b2cde87f (diff) | |
| parent | 1e3adf9c03b2e563e81a13d6907ffd5ca20b887a (diff) | |
| download | eibhear-0cc589bcadf5a8ce6aee2706e749fee878ccca75.tar.gz eibhear-0cc589bcadf5a8ce6aee2706e749fee878ccca75.tar.zst eibhear-0cc589bcadf5a8ce6aee2706e749fee878ccca75.zip | |
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
Diffstat (limited to '.local/bin/statusbar/sb-mailbox')
| -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 |
