Editing dwm and st.

This commit is contained in:
Derek Taylor
2020-03-10 21:57:00 -05:00
parent 4978b295b7
commit 2d2aae6584
10 changed files with 185 additions and 283 deletions

View File

@@ -111,6 +111,7 @@ static Key keys[] = {
TAGKEYS( XK_9, 8)
{ MODKEY|ShiftMask, XK_r, self_restart, {0} },
{ MODKEY|ShiftMask, XK_q, quit, {0} },
{ MODKEY|ControlMask|ShiftMask, XK_q, quit, {1} },
};
/* button definitions */