logo

inaban

Unnamed repository; edit this file 'description' to name the repository.
commit: 140130846fc268ebe98a89a9cabe49052b2e96fa
parent 81ba4ff7dde1e7ff4ad54954ba701654c7242af8
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue,  1 Dec 2020 04:36:09 +0100

config.h: Add missing ShiftMask definition

Diffstat:

Mconfig.h1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/config.h b/config.h @@ -6,6 +6,7 @@ static const char *termcmd[] = {"cage", "-d", "st", NULL}; // See `enum wlr_keyboard_modifier` in `<wlr/types/wlr_keyboard.h>` #define MODKEY WLR_MODIFIER_ALT +#define ShiftMask WLR_MODIFIER_SHIFT // clang-format off static Shortcut shortcuts[] = { /* modifier, keysym, function, argument */