aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-10-09 17:45:53 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-10-09 17:45:53 +0530
commit921327ee1da0ab2183cda91eaeaf758ee9726baf (patch)
tree8538d0e25a06fd780a15efbf890c9115e4ef3caf
parent547fa6b53f662838b3367e2e572e40c81cfdf854 (diff)
(update): Use ALT as modkeyalt
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index afcd74b..e045686 100644
--- a/config.def.h
+++ b/config.def.h
@@ -117,7 +117,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_LOGO
+#define MODKEY WLR_MODIFIER_ALT
#define TAGKEYS(KEY,SKEY,TAG) \
{ MODKEY, KEY, view, {.ui = 1 << TAG} }, \