Quit apps with alt+f4 and win+q
This commit is contained in:
parent
eb07f9b489
commit
33824e6aba
1 changed files with 2 additions and 0 deletions
2
config.h
2
config.h
|
@ -85,6 +85,8 @@ static const Key keys[] = {
|
|||
{ MODKEY, XK_Return, zoom, {0} },
|
||||
{ MODKEY, XK_Tab, view, {0} },
|
||||
{ MODKEY|ShiftMask, XK_c, killclient, {0} },
|
||||
{ WINKEY, XK_q, killclient, {0} },
|
||||
{ ALTKEY, XK_F4, killclient, {0} },
|
||||
{ MODKEY, XK_t, setlayout, {.v = &layouts[0]} },
|
||||
{ MODKEY, XK_f, setlayout, {.v = &layouts[1]} },
|
||||
{ MODKEY, XK_m, setlayout, {.v = &layouts[2]} },
|
||||
|
|
Loading…
Reference in a new issue