diff options
Diffstat (limited to '')
| -rw-r--r-- | dwm/config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
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", |
