Dunst usage

From wikinotes

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