diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-12 06:59:45 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-12 06:59:45 +0900 |
| commit | 9136a74ddab945aef1931d6248dbe76ea18f5d83 (patch) | |
| tree | 05143a8433ebc601987141108b60d99f666f50b1 /dwm/config.def.h | |
| parent | 0fef8b039fbe45e95d80144f80531b2742bc9041 (diff) | |
modified dwm/config.def.h
Diffstat (limited to 'dwm/config.def.h')
| -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 bfc3fdd..e80bdd2 100644 --- a/dwm/config.def.h +++ b/dwm/config.def.h @@ -258,7 +258,7 @@ static const Key keys[] = { { WINMOD2, XK_period, spawn, { .v = (const char *[]){ "mpc", "seek", "+60", NULL } } }, { ULTRAMOD, XK_comma, spawn, { .v = (const char *[]){ "mpc", "seek", "0%", NULL } } }, { ULTRAMOD, XK_period, spawn, { .v = (const char *[]){ "mpc", "repeat", NULL } } }, - { MODKEY , XK_slash, spawn, SHCMD("mpc single on; mpc random off; mpc repeat on") }, + { MODKEY , XK_slash, spawn, SHCMD("mpc single on; mpc random on; mpc repeat on") }, { WINMOD, XK_slash, spawn, SHCMD("mpc single off; mpc random on; mpc repeat on") }, { WINMOD2, XK_slash, spawn, SHCMD("mpc repeat off; mpc random off; mpc single off") }, |
