changed MODKEY from alt to meta

This commit is contained in:
celso 2023-07-17 19:25:40 -03:00
parent dfe6987203
commit 3bea588c60
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ static const Layout layouts[] = {
};
/* key definitions */
#define MODKEY Mod1Mask
#define MODKEY Mod4Mask
#define TAGKEYS(KEY,TAG) \
{ MODKEY, KEY, view, {.ui = 1 << TAG} }, \
{ MODKEY|ControlMask, KEY, toggleview, {.ui = 1 << TAG} }, \