summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMouad Alami <moadalami40@gmail.com>2023-05-10 12:55:08 +0100
committerMouad Alami <moadalami40@gmail.com>2023-05-10 12:55:08 +0100
commitebef397c7e0957994b3cb515f3db06f34e075d2e (patch)
tree4290f17ed7a1c7e0b786e6b75cc197d80c8f29bb /config.h
parent658b979ca06e3d8b6b715a72884895f9bd6f3338 (diff)
updated show notification history keybind
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 442053f..15c9fdf 100644
--- a/config.h
+++ b/config.h
@@ -126,7 +126,7 @@ static const Key keys[] = {
{MODKEY | ShiftMask, XK_x, spawn, SHCMD("i3lock -c 252525")},
/* dunst control */
- {ControlMask, XK_egrave, spawn, SHCMD("dunstctl history-pop")},
+ {ControlMask, XK_7, spawn, SHCMD("dunstctl history-pop")},
{ControlMask, XK_space, spawn, SHCMD("dunstctl close")},
{ControlMask | ShiftMask, XK_space, spawn, SHCMD("dunstctl close-all")},