From 683950897523a1e9858c1beb0b0e6c50eb7d2a94 Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Mon, 17 Nov 2025 23:10:18 +0100 Subject: feat(dwm): tweak default volume on both config variants --- dwm/config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dwm/config.def.h') diff --git a/dwm/config.def.h b/dwm/config.def.h index 44e31b0..107803c 100644 --- a/dwm/config.def.h +++ b/dwm/config.def.h @@ -88,7 +88,7 @@ static const char *nextcmd[] = {"adb", "shell", "input", "keyevent", "87", NULL} static const char *previouscmd[] = {"adb", "shell", "input", "keyevent", "88", NULL}; static const char *volumeup[] = {"pulsemixer", "--change-volume", "+5", NULL}; static const char *volumedown[] = {"pulsemixer", "--change-volume", "-5", NULL}; -static const char *volumereset[] = {"pulsemixer", "--set-volume", "60", NULL}; +static const char *volumereset[] = {"pulsemixer", "--set-volume", "65", NULL}; static const char *emojicmd[] = {"simplemoji", "-szxpt", "dark", "-m", "#e0def4", "--background-color", "#1e1e2e"}; static const char *qalccmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", -- cgit v1.2.3