aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2022-03-03 23:14:41 +0530
committerAkshay Nair <phenax5@gmail.com>2022-03-03 23:14:41 +0530
commit9a47b6a6c19bf40487f2c29cbce86e4d84fc5566 (patch)
tree6c8945a9c894a7088eb67f07df53718b63f63f03
parentc02d52ebe34e482d285debbf5abb70d3b2450f0d (diff)
downloadshotkey-9a47b6a6c19bf40487f2c29cbce86e4d84fc5566.tar.gz
shotkey-9a47b6a6c19bf40487f2c29cbce86e4d84fc5566.zip
config sync
-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] = {