From 96af5994984e830dcb6d88fcf06e1005d1dee377 Mon Sep 17 00:00:00 2001 From: wiebel Date: Fri, 9 Aug 2024 10:05:36 +0200 Subject: [PATCH] fix typo --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 5f856d4..dbe086d 100644 --- a/config.h +++ b/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 } },