Merge branch 'master' of github.com:sheldonmlee/dwm
This commit is contained in:
commit
38abd88af0
2
config.h
2
config.h
@ -47,7 +47,7 @@ static const Rule rules[] = {
|
||||
*/
|
||||
/* class instance title tags mask isfloating monitor */
|
||||
{ "Gimp", NULL, NULL, 0, 1, -1 },
|
||||
{ "firefox", NULL, NULL, 1 << 1, 0, -1 },
|
||||
{ "Firefox", NULL, NULL, 1 << 1, 0, -1 },
|
||||
{ "discord", NULL, NULL, 1 << 2, 0, -1 },
|
||||
{ "Steam", NULL, NULL, 1 << 3, 0, -1 },
|
||||
{ "Lutris", NULL, NULL, 1 << 3, 0, -1 },
|
||||
|
2
dwm.c
2
dwm.c
@ -1018,7 +1018,7 @@ keypress(XEvent *e)
|
||||
keysym = XKeycodeToKeysym(dpy, (KeyCode)ev->keycode, 0);
|
||||
|
||||
/* always check for gaming key */
|
||||
if (iskey(&keysym, ev. &togglegamingkey))
|
||||
if (iskey(&keysym, ev, &togglegamingkey))
|
||||
togglegaming(&(togglegamingkey.arg));
|
||||
|
||||
for (i = 0; i < LENGTH(keys); i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user