Browse Source

fix typo

master
wiebel 3 months ago
parent
commit
96af599498
  1. 2
      config.h

2
config.h

@ -312,7 +312,7 @@ static Key keys[] = {
{ 0, XK_Print, spawn, SHCMD("/usr/bin/spectacle") },
/* Media Keys */
{ 0, XF86XK_MonBrightnessUp, spawn, SHCMD("brightnessctl s +5%") },
{ 0, XF86XK_MonBrightnessDown, spawn, SHCMD("brightnwssctl s 5%-") },
{ 0, XF86XK_MonBrightnessDown, spawn, SHCMD("brightnessctl s 5%-") },
{ 0, XF86XK_AudioRaiseVolume, spawn, {.v = volup } },
{ 0, XF86XK_AudioLowerVolume, spawn, {.v = voldn } },
{ 0, XF86XK_AudioMute, spawn, {.v = volmute } },

Loading…
Cancel
Save