This commit is contained in:
wiebel
2024-08-09 10:05:36 +02:00
parent 148649aa32
commit 96af599498
+1 -1
View File
@@ -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 } },