dwm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 07800ba4e53e440c85c28ca28a66ef6f2f653092
parent cf536c71a7d63d8bb24a3eff68e30e11eabee5a6
Author: andrew.laack <andrew.laack@imbue.com>
Date:   Thu, 28 Aug 2025 08:59:07 -0500

Remapped mod+shift+m

Diffstat:
Mconfig.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.h b/config.h @@ -112,7 +112,7 @@ static const char *workspacecmd[] = {"/home/andrew/bin/init-screen.sh", backgrou static const char *screenshotcmd[] = {"/home/andrew/bin/screenshot.sh", NULL}; -static const char *playlinkcmd[] = {"/home/andrew/bin/mpv.sh", NULL}; +static const char *mpvpastecmd[] = {"/home/andrew/bin/mpv.sh", NULL}; //static const char *suspendcmd[] = {"/home/andrew/bin/suspend.sh" , NULL}; @@ -157,7 +157,7 @@ static const Key keys[] = { //{ MODKEY|ShiftMask, XK_b, spawn, {.v = addbookmarkcmd} }, { MODKEY|ShiftMask, XK_s, spawn, {.v = screenshotcmd } }, //{ MODKEY|ShiftMask, XK_l, spawn, {.v = openlibrewolfcmd } }, - { MODKEY|ShiftMask, XK_p, spawn, {.v = playlinkcmd } }, + { MODKEY|ShiftMask, XK_m, spawn, {.v = mpvpastecmd } }, { MODKEY|ShiftMask, XK_w, spawn, {.v = webbrowsercmd } }, //{ MODKEY|ShiftMask, XK_e, spawn, {.v = emacscmd } },