From 9a47b6a6c19bf40487f2c29cbce86e4d84fc5566 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 3 Mar 2022 23:14:41 +0530 Subject: config sync --- config.h | 7 +++++++ 1 file changed, 7 insertions(+) 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] = { -- cgit v1.3.1