aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.h b/config.h
index e4d428c..90ee649 100644
--- a/config.h
+++ b/config.h
@@ -102,6 +102,13 @@ Key keys[] = {
{ 0, XF86XK_AudioMute, SCRIPT(sound.sh mute) },
{ 0, XF86XK_AudioMicMute, SCRIPT(sound.sh mute-mic) },
// }}}
+
+ // Notifications {{{
+ { ControlMask, XK_space, cmd("dunstctl close") },
+ { ControlMask|ShiftMask, XK_space, cmd("dunstctl close-all") },
+ { ControlMask|ShiftMask, XK_period, cmd("dunstctl context") },
+ { ControlMask, XK_grave, cmd("dunstctl history-pop") },
+ // }}}
};
ModeProperties mode_properties[MODE_SIZE] = {