Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
HeCodes2Much opened this issue Sep 12, 2021 · 2 comments
Open
Labels
Bug Report A bug has been found and reported.

Comments

@HeCodes2Much
Copy link

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

@terminalforlife terminalforlife added the Bug Report A bug has been found and reported. label Sep 12, 2021
@terminalforlife
Copy link
Owner

terminalforlife commented Sep 12, 2021

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 (|)?

@HeCodes2Much
Copy link
Author

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Report A bug has been found and reported.
Projects
None yet
Development

No branches or pull requests

2 participants