ShellProjects icon indicating copy to clipboard operation
ShellProjects copied to clipboard

CSDWM - does not work when a user is using the chain key patch

Open CreativeCodeCat opened this issue 4 years ago • 2 comments
trafficstars

Output

image

part of the config

    { MODKEY|ControlMask,	XK_g,       XK_m,		spawn,      SHCMD("prime-run minecraft-launcher") },
    { MODKEY|ControlMask,	XK_g,       XK_r,		spawn,      SHCMD("prime-run runescape-launcher") },
    { MODKEY|ControlMask,	-1,         XK_e,		spawn,      SHCMD("element-desktop") },
    { MODKEY|ControlMask,	-1,         XK_t,		spawn,      SHCMD("telegram-desktop") },
    { MODKEY|ControlMask,	-1,         XK_p,		spawn,      SHCMD("pkgbrowser") },
    { MODKEY|ControlMask,	-1,         XK_u,		spawn,      SHCMD("pavucontrol") },
    { MODKEY|ShiftMask,		-1,         XK_z,		spawn,      SHCMD("multimonitorlock-gui") },
    { MODKEY|Mod1Mask,		-1,         XK_p,		spawn,      SHCMD("piper") },

in this config the 2nd row is the key you hold down with the 1st row then you let go and press the 3rd row key to do what the 4th and 5th row asks

CreativeCodeCat avatar Sep 12 '21 14:09 CreativeCodeCat

Do you have your DWM configuration stored somewhere so I can test parsing it? I'm not a DWM user, so I have to do a lot of guesswork. When you said "row", did you mean "column"? If so, are you referring to the separate space-delimited fields or the pipe-delimited fields (|)?

terminalforlife avatar Sep 12 '21 16:09 terminalforlife

config.def.h

here is my config and yes i mean column not row sorry i'm not to good with phrasing things correctly at times :)

CreativeCodeCat avatar Sep 12 '21 17:09 CreativeCodeCat