From 37e718739448f4f34129df4f84d4f1a327191a3a Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sat, 5 Aug 2023 22:57:45 +0300 Subject: [PATCH] fix typo --- config/dwm/config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dwm/config.def.h b/config/dwm/config.def.h index 8647501b..f7734752 100644 --- a/config/dwm/config.def.h +++ b/config/dwm/config.def.h @@ -95,7 +95,7 @@ static const char *downvol[] = { "pactl", "set-sink-volume", "0", "-5% static const char *mutevol[] = { "pactl", "set-sink-mute", "0", "toggle", NULL }; // brightness static const char *brightnessup[] = { "brightnessctl", "s", "+100", NULL }; -static const char *brightnessdown[] = { "brightnessctl", "s", "-100", NULL }; +static const char *brightnessdown[] = { "brightnessctl", "s", "100-", NULL }; static const Key keys[] = { /* modifier key function argument */