Print key added

This commit is contained in:
ed 2019-11-14 20:02:50 +01:00
parent 0cd2cc4029
commit 7ab3e812c0
1 changed files with 2 additions and 1 deletions

View File

@ -141,8 +141,9 @@ static Key keys[] = {
/* custom commands */
{ MODKEY, XK_o, spawn, {.v = poff } },
{ MODKEY, XK_u, spawn, {.v = muusb } },
{ MODKEY, XK_i, spawn, {.v = scrotshot }},
{ MODKEY, XK_w, spawn, {.v = waterfox }},
{ MODKEY, XK_i, spawn, {.v = scrotshot }},
{ 0, Print, spawn, {.v = scrotshot }},
{ 0, XF86MonBrightnessUp, spawn, {.v = lightmore }},
{ 0, XF86MonBrightnessDown,spawn, {.v = lightless }},
{ 0, XF86AudioMute, spawn, {.v = volmute }},