diff options
| author | Akshay Nair <phenax5@gmail.com> | 2022-03-03 23:14:41 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2022-03-03 23:14:41 +0530 |
| commit | 9a47b6a6c19bf40487f2c29cbce86e4d84fc5566 (patch) | |
| tree | 6c8945a9c894a7088eb67f07df53718b63f63f03 | |
| parent | c02d52ebe34e482d285debbf5abb70d3b2450f0d (diff) | |
| download | shotkey-9a47b6a6c19bf40487f2c29cbce86e4d84fc5566.tar.gz shotkey-9a47b6a6c19bf40487f2c29cbce86e4d84fc5566.zip | |
config sync
| -rw-r--r-- | config.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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] = { |
