Update modifier key to Caps Lock

This commit is contained in:
Anas Elgarhy 2023-03-01 11:46:36 +02:00
commit 0a5df92d57
No known key found for this signature in database
GPG Key ID: 0501802A1D496528
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ typedef struct {
} Key;
/* key definitions */
#define MODKEY Mod4Mask // win/super key
#define MODKEY LockMask // The modifier key is: Caps Lock :P
#define TAGKEYS(CHAIN, KEY, TAG) \
{ MODKEY, CHAIN, KEY, view, {.ui = 1 << TAG} }, \