diff options
| author | SoominIm <111330163+SoominIm@users.noreply.github.com> | 2024-04-13 05:09:19 -0400 |
|---|---|---|
| committer | SoominIm <111330163+SoominIm@users.noreply.github.com> | 2024-04-13 05:09:19 -0400 |
| commit | db524d7c43c65699b4c0fc4813821bc12babe5ff (patch) | |
| tree | 1486ac25848bbb59aa623a27b7de01dd0b30c712 | |
| parent | 47d9a77b69f85cb266704ca17a3700eb9445dfc1 (diff) | |
update music keybinding
| -rwxr-xr-x | dmenu/dmenu | bin | 0 -> 47872 bytes | |||
| -rw-r--r-- | dwm/config.h | 4 | ||||
| -rwxr-xr-x | dwm/dwm | bin | 0 -> 133624 bytes | |||
| -rw-r--r-- | dwm/thesiah.mom | 4 | ||||
| -rwxr-xr-x | dwmblocks/dwmblocks | bin | 0 -> 26320 bytes | |||
| -rwxr-xr-x | slock/slock | bin | 0 -> 32120 bytes | |||
| -rwxr-xr-x | st/st | bin | 0 -> 124608 bytes |
7 files changed, 4 insertions, 4 deletions
diff --git a/dmenu/dmenu b/dmenu/dmenu Binary files differnew file mode 100755 index 0000000..3b7809a --- /dev/null +++ b/dmenu/dmenu diff --git a/dwm/config.h b/dwm/config.h index 8de478d..f7c3c98 100644 --- a/dwm/config.h +++ b/dwm/config.h @@ -212,8 +212,8 @@ static const Key keys[] = { { MODKEY | ControlMask, XK_bracketright, spawn, { .v = (const char *[]){ "mpc", "seek", "+60", NULL } } }, { MODKEY | ShiftMask | ControlMask, XK_bracketleft, spawn, { .v = (const char *[]){ "mpc", "seek", "0%", NULL } } }, { MODKEY | ShiftMask | ControlMask, XK_bracketright, spawn, { .v = (const char *[]){ "mpc", "repeat", NULL } } }, - { MODKEY , XK_backslash, spawn, { .v = (const char *[]){ "mpc", "single", NULL } } }, - { MODKEY | ShiftMask, XK_backslash, spawn, { .v = (const char *[]){ "mpc", "random", NULL } } }, + { MODKEY , XK_backslash, spawn, SHCMD("mpc single on; mpc random off; mpc repeat on") }, + { MODKEY | ShiftMask, XK_backslash, spawn, SHCMD("mpc single off; mpc random on; mpc repeat on") }, { MODKEY | ControlMask, XK_backslash, spawn, SHCMD("mpc repeat off; mpc random off; mpc single off; pkill -RTMIN+11 dwmblocks") }, /* LAYOUT SIZE */ Binary files differdiff --git a/dwm/thesiah.mom b/dwm/thesiah.mom index 9ee0817..65e584e 100644 --- a/dwm/thesiah.mom +++ b/dwm/thesiah.mom @@ -132,9 +132,9 @@ To type capital letters, hold down the \f(CWShift\fP key\(emthat might sound lik .ITEM \f(CWMOD+Shift+Ctrl+bracketright\fP \(en spawn {.v=(constchar*[]){"mpc","repeat",NULL}} .ITEM -\f(CWMOD+backslash\fP \(en spawn {.v=(constchar*[]){"mpc","single",NULL}} +\f(CWMOD+backslash\fP \(en spawn SHCMD("mpcsingleon;mpcrandomoff;mpcrepeaton") .ITEM -\f(CWMOD+Shift+backslash\fP \(en spawn {.v=(constchar*[]){"mpc","random",NULL}} +\f(CWMOD+Shift+backslash\fP \(en spawn SHCMD("mpcsingleoff;mpcrandomon;mpcrepeaton") .ITEM \f(CWMOD+Ctrl+backslash\fP \(en spawn SHCMD("mpcrepeatoff;mpcrandomoff;mpcsingleoff;pkill-RTMIN+11dwmblocks") .ITEM diff --git a/dwmblocks/dwmblocks b/dwmblocks/dwmblocks Binary files differnew file mode 100755 index 0000000..13082c0 --- /dev/null +++ b/dwmblocks/dwmblocks diff --git a/slock/slock b/slock/slock Binary files differBinary files differnew file mode 100755 index 0000000..a2e8f31 --- /dev/null +++ b/slock/slock |
