aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorPhilip Wittamore <philip@wittamore.com>2025-06-10 14:32:37 +0200
committerPhilip Wittamore <philip@wittamore.com>2025-06-10 14:32:37 +0200
commit1c6512f5501942612b05adb84d5f1728eb9c90f6 (patch)
tree0e19688f90f940ed2d509635deca85ab8b4fcaa2 /config.h
parentcdc987ffb62f0c9622fba8fcc6463cd7e5ca2585 (diff)
downloaddwm-1c6512f5501942612b05adb84d5f1728eb9c90f6.tar.gz
dwm-1c6512f5501942612b05adb84d5f1728eb9c90f6.tar.bz2
dwm-1c6512f5501942612b05adb84d5f1728eb9c90f6.zip
update
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index 17ee678..1884506 100644
--- a/config.h
+++ b/config.h
@@ -35,6 +35,7 @@ static const Rule rules[] = {
{ "Kitty", NULL, NULL, 0, 0, 0, 1, 0, -1 },
{ "Orage", NULL, NULL, 0, 1, 1, 0, 1, -1 },
{ "st-256color", NULL, NULL, 0, 1, 1, 1, 1, -1 },
+ { "galculator", NULL, NULL, 0, 1, 1, 0, 1, -1 },
{ NULL, NULL, "Event Tester", 0, 0, 0, 0, 1, -1 }, /* xev */
};
@@ -109,6 +110,7 @@ static const Key keys[] = {
{ MODKEY|ShiftMask, XK_Up, rotatestack, {.i = +1 } },
{ MODKEY|ShiftMask, XK_Down, rotatestack, {.i = -1 } },
{ MODKEY|ShiftMask, XK_q, quit, {0} },
+ { MODKEY|ControlMask|ShiftMask, XK_q, quit, {1} },
{ MODKEY|ShiftMask, XK_space, togglefloating, {0} },
{ MODKEY|ShiftMask, XK_agrave, tag, {.ui = ~0 } },
{ MODKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } },