diff --git a/config.h b/config.h index afc6bee..daa2e61 100644 --- a/config.h +++ b/config.h @@ -227,6 +227,8 @@ static Key keys[] = { { MODKEY, XK_y, incnmaster, {.i = +1 } }, { MODKEY, XK_o, incnmaster, {.i = -1 } }, + { MODKEY|ShiftMask, XK_g, list_cur_tag, {.v = "/tmp/dwm_cur_tag" } }, + TAGKEYS( XK_1, 0) TAGKEYS( XK_2, 1) TAGKEYS( XK_3, 2)