diff options
| author | Mouad Alami <moadalami40@gmail.com> | 2023-05-10 12:55:08 +0100 |
|---|---|---|
| committer | Mouad Alami <moadalami40@gmail.com> | 2023-05-10 12:55:08 +0100 |
| commit | ebef397c7e0957994b3cb515f3db06f34e075d2e (patch) | |
| tree | 4290f17ed7a1c7e0b786e6b75cc197d80c8f29bb /config.h | |
| parent | 658b979ca06e3d8b6b715a72884895f9bd6f3338 (diff) | |
updated show notification history keybind
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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")}, |
