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"')