config update

This commit is contained in:
Quentin Snow 2021-09-10 22:40:38 -05:00
parent 08f03a4347
commit 72bfd63d26
3 changed files with 5 additions and 5 deletions

View File

@ -27,9 +27,9 @@ static const Rule rules[] = {
* WM_NAME(STRING) = title
*/
/* class instance title tags mask isfloating monitor */
{ "zoom", NULL, NULL, 1 << 14, 1, -1 },
{ "Steam", NULL, "Steam - News", NULL, 1, -1 },
{ "Steam", NULL, "Steam Guard - Computer Authorization Required", NULL,1,-1 },
{ "discord", NULL, NULL, 2, 0, 1 },
};
/* layout(s) */
@ -67,6 +67,10 @@ static Key keys[] = {
{ MODKEY, XK_b, togglebar, {0} },
{ MODKEY, XK_j, focusstack, {.i = -1 } },
{ MODKEY, XK_k, focusstack, {.i = +1 } },
{ MODKEY|ShiftMask, XK_j, focusmon, {.i = -1 } },
{ MODKEY|ShiftMask, XK_k, focusmon, {.i = +1 } },
{ MODKEY|ShiftMask, XK_h, tagmon, {.i = -1 } },
{ MODKEY|ShiftMask, XK_l, tagmon, {.i = +1 } },
{ MODKEY, XK_i, incnmaster, {.i = +1 } },
{ MODKEY, XK_d, incnmaster, {.i = -1 } },
{ MODKEY, XK_h, setmfact, {.f = -0.05} },
@ -81,10 +85,6 @@ static Key keys[] = {
{ MODKEY|ShiftMask, XK_space, togglefloating, {0} },
{ MODKEY, XK_0, view, {.ui = ~0 } },
{ MODKEY|ShiftMask, XK_0, tag, {.ui = ~0 } },
{ MODKEY, XK_comma, focusmon, {.i = -1 } },
{ MODKEY, XK_period, focusmon, {.i = +1 } },
{ MODKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } },
{ MODKEY|ShiftMask, XK_period, tagmon, {.i = +1 } },
TAGKEYS( XK_F1, 0)
TAGKEYS( XK_F2, 1)
TAGKEYS( XK_F3, 2)

BIN
dwm

Binary file not shown.

BIN
dwm.o

Binary file not shown.