aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@protonmail.com>2022-03-23 14:03:07 -0600
committerLeonardo Hernández Hernández <leohdz172@protonmail.com>2022-03-23 18:22:40 -0600
commit855e6c189806b195e7f2f851c37dd4a21d3e5366 (patch)
treee5eec1c75fcb79054d98abf976212eb89512fd6c
parenta41d6cb00fb4729b690ffd962cc814f42fe3f28f (diff)
add note about how to change MODKEY for windows key
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 539dba6..9bdf8b5 100644
--- a/config.def.h
+++ b/config.def.h
@@ -52,6 +52,7 @@ static const int repeat_delay = 600;
static const int tap_to_click = 1;
static const int natural_scrolling = 0;
+/* If you want to use the windows key change this to WLR_MODIFIER_LOGO */
#define MODKEY WLR_MODIFIER_ALT
#define TAGKEYS(KEY,SKEY,TAG) \
{ MODKEY, KEY, view, {.ui = 1 << TAG} }, \