dotfiles/talon/community/community-cursorless-0.4.0/apps/linux/dunst.talon
2024-11-16 20:27:38 -07:00

9 lines
397 B
Text

os: linux
-
show notifications: key(ctrl-`)
dismiss [notifications]: user.system_command('dunstctl close')
dismiss all [notifications]: user.system_command('dunstctl close-all')
#dunce pause: user.system_command('notify-send "DUNST_COMMAND_PAUSE"')
#dunce resume: user.system_command('notify-send "DUNST_COMMAND_RESUME"')
#test notification: user.system_command('notify-send "Hello from Talon"')