Dunst usage

From wikinotes
Revision as of 23:13, 6 August 2021 by Will (talk | contribs) (Created page with "= Commandline = <blockquote> <source lang="bash"> # send notification notify-send 'my title' 'my message' # repeat last message # (repeated calls navigate further back in his...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Commandline

# send notification
notify-send 'my title' 'my message'

# repeat last message
# (repeated calls navigate further back in history)
dunstctl history-pop

# close all current notifications
dunstctl close-all

Hotkeys

Ctrl+`            # repeat last message
Ctrl+space        # close message
Ctrl+shift+space  # close all messages