Patch to enable 3 separate scratchpad using three separate keybindings. this work is based on GasparVardanyan's patch.
for my liking i wanted 3 separate keybindings for separate windows and that too needed to be created dynamically.
- MODKEY, XK_s, MODKEY, XK_y, MODKEY, XK_u - scratchpad_show
- MODKEY|Shiftmask, XK_s, MODKEY|Shiftmask, XK_y, MODKEY|Shiftmask, XK_u - scratchpad_hide
- MODKEY|ShiftMask, XK_r - scratchpad_remove
https://dwm.suckless.org/patches/multipledynamicscratchpads/