kranewl

A wlroots-based dynamic Wayland compositor, written in C++, configurable with Lua
git clone git://git.deurzen.net/kranewl
Log | Files | Refs | LICENSE

commit fc7952d76224858959deb2e406ae1d722ecacc51
parent f2a502f446e9c1b8959da099ae77631c8ead9001
Author: deurzen <max@deurzen.net>
Date:   Thu,  2 Jun 2022 08:56:11 +0200

fixes dunst key binding faulty keysym

Diffstat:
Minclude/kranewl/input/key-bindings.hh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/kranewl/input/key-bindings.hh b/include/kranewl/input/key-bindings.hh @@ -538,7 +538,7 @@ static const KeyBindings key_bindings = { { { XKB_KEY_space, WLR_MODIFIER_CTRL | WLR_MODIFIER_SHIFT }, CALL_EXTERNAL(dunstctl close-all) }, -{ { XKB_KEY_comma, WLR_MODIFIER_CTRL | WLR_MODIFIER_SHIFT }, +{ { XKB_KEY_less, WLR_MODIFIER_CTRL | WLR_MODIFIER_SHIFT }, CALL_EXTERNAL(dunstctl history-pop) }, { { XKB_KEY_Return, MODKEY },