summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 459efd1..8673556 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")},