From ebef397c7e0957994b3cb515f3db06f34e075d2e Mon Sep 17 00:00:00 2001 From: Mouad Alami Date: Wed, 10 May 2023 12:55:08 +0100 Subject: updated show notification history keybind --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') 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")}, -- cgit v1.2.3