fix(config.def.h): updated MODKEY to be LOGO instead of ALT

Signed-off by: Remi randormi@devcpu.co

Signed-off-by: Remi Akirazar <randormi@devcpu.co>
This commit is contained in:
Remi Akirazar 2026-02-24 22:49:33 -05:00
parent ba3842c665
commit c9a5c70cbb
No known key found for this signature in database
GPG Key ID: FD905641D295ED33

View File

@ -103,7 +103,7 @@ LIBINPUT_CONFIG_TAP_MAP_LMR -- 1/2/3 finger tap maps to left/middle/right
static const enum libinput_config_tap_button_map button_map = LIBINPUT_CONFIG_TAP_MAP_LRM; static const enum libinput_config_tap_button_map button_map = LIBINPUT_CONFIG_TAP_MAP_LRM;
/* If you want to use the windows key for MODKEY, use WLR_MODIFIER_LOGO */ /* If you want to use the windows key for MODKEY, use WLR_MODIFIER_LOGO */
#define MODKEY WLR_MODIFIER_ALT #define MODKEY WLR_MODIFIER_LOGO
#define TAGKEYS(KEY,SKEY,TAG) \ #define TAGKEYS(KEY,SKEY,TAG) \
{ MODKEY, KEY, view, {.ui = 1 << TAG} }, \ { MODKEY, KEY, view, {.ui = 1 << TAG} }, \