diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-11-17 23:10:18 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-11-17 23:12:10 +0100 |
| commit | 683950897523a1e9858c1beb0b0e6c50eb7d2a94 (patch) | |
| tree | 6f0e20278aa562b84d6241c57e49017337222532 /dwm | |
| parent | feat(dwm): add shortcut for Simplemoji emoji picker (diff) | |
| download | suckless-setup-683950897523a1e9858c1beb0b0e6c50eb7d2a94.tar.gz | |
feat(dwm): tweak default volume on both config variants
Diffstat (limited to 'dwm')
| -rw-r--r-- | dwm/config.def.h | 2 | ||||
| -rw-r--r-- | dwm/config.h | 2 |
2 files changed, 2 insertions, 2 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", diff --git a/dwm/config.h b/dwm/config.h index 44e31b0..107803c 100644 --- a/dwm/config.h +++ b/dwm/config.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", |
