summaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2023-06-03 05:49:38 -0400
committerMalfurious <m@lfurio.us>2024-03-05 20:18:45 -0500
commitfcc0ca175e0027539ec192733b7fb5cfc2d30475 (patch)
treefa0dcc79240edf7ae2ead9676670203b055227c5 /config.def.h
parent75edf1a007510c2ca844eb8d39219a45db427c50 (diff)
downloaddwm-fcc0ca175e0027539ec192733b7fb5cfc2d30475.tar.gz
dwm-fcc0ca175e0027539ec192733b7fb5cfc2d30475.zip
config: Remap killclient binding
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 457c192..98a05c2 100644
--- a/config.def.h
+++ b/config.def.h
@@ -72,7 +72,7 @@ static const Key keys[] = {
{ MODKEY, XK_l, setmfact, {.f = +0.05} },
{ MODKEY, XK_Return, zoom, {0} },
{ MODKEY, XK_Tab, view, {0} },
- { MODKEY|ShiftMask, XK_c, killclient, {0} },
+ { MODKEY, XK_q, killclient, {0} },
{ MODKEY, XK_t, setlayout, {.v = &layouts[0]} },
{ MODKEY, XK_f, setlayout, {.v = &layouts[1]} },
{ MODKEY, XK_m, setlayout, {.v = &layouts[2]} },