Added view tag bind
This commit is contained in:
parent
f335b49499
commit
7b30a993f8
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ static const Layout layouts[] = {
|
||||||
#define AltMask Mod1Mask
|
#define AltMask Mod1Mask
|
||||||
#define TAGKEYS(KEY,TAG) \
|
#define TAGKEYS(KEY,TAG) \
|
||||||
{ MODKEY|ControlMask, KEY, view, {.ui = 1 << TAG} }, \
|
{ MODKEY|ControlMask, KEY, view, {.ui = 1 << TAG} }, \
|
||||||
/* { MODKEY|ControlMask, KEY, toggleview, {.ui = 1 << TAG} }, Idk what that is*/ \
|
{ MODKEY|AltMask, KEY, toggleview, {.ui = 1 << TAG} }, \
|
||||||
{ MODKEY|ShiftMask, KEY, tag, {.ui = 1 << TAG} }, \
|
{ MODKEY|ShiftMask, KEY, tag, {.ui = 1 << TAG} }, \
|
||||||
{ MODKEY|ControlMask|ShiftMask, KEY, toggletag, {.ui = 1 << TAG} },
|
{ MODKEY|ControlMask|ShiftMask, KEY, toggletag, {.ui = 1 << TAG} },
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue