From c9a5c70cbb49ca28316efc2b5dcfd33dff94d599 Mon Sep 17 00:00:00 2001 From: Remi Akirazar Date: Tue, 24 Feb 2026 22:49:33 -0500 Subject: [PATCH] fix(config.def.h): updated MODKEY to be LOGO instead of ALT Signed-off by: Remi randormi@devcpu.co Signed-off-by: Remi Akirazar --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index dafb500..9c7a83c 100644 --- a/config.def.h +++ b/config.def.h @@ -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; /* 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) \ { MODKEY, KEY, view, {.ui = 1 << TAG} }, \