Change hotkey to Alt_L
This commit is contained in:
parent
309311f7f1
commit
a05d07dffb
1 changed files with 1 additions and 1 deletions
2
config.h
2
config.h
|
@ -51,7 +51,7 @@ static const Layout layouts[] = {
|
|||
};
|
||||
|
||||
/* key definitions */
|
||||
#define MODKEY Mod4Mask
|
||||
#define MODKEY Mod1Mask
|
||||
#define TAGKEYS(KEY,TAG) \
|
||||
{ MODKEY, KEY, view, {.ui = 1 << TAG} }, \
|
||||
{ MODKEY|ControlMask, KEY, toggleview, {.ui = 1 << TAG} }, \
|
||||
|
|
Loading…
Reference in a new issue