add note about how to change MODKEY for windows key

This commit is contained in:
Leonardo Hernández Hernández 2022-03-23 14:03:07 -06:00
parent 7d724dc7f3
commit 4ef8999624
No known key found for this signature in database
GPG Key ID: E538897EE11B9624
1 changed files with 1 additions and 0 deletions

View File

@ -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} }, \