diff options
author | Philip Wittamore <philip@wittamore.com> | 2025-06-10 14:32:37 +0200 |
---|---|---|
committer | Philip Wittamore <philip@wittamore.com> | 2025-06-10 14:32:37 +0200 |
commit | 1c6512f5501942612b05adb84d5f1728eb9c90f6 (patch) | |
tree | 0e19688f90f940ed2d509635deca85ab8b4fcaa2 /config.def.h | |
parent | cdc987ffb62f0c9622fba8fcc6463cd7e5ca2585 (diff) | |
download | dwm-1c6512f5501942612b05adb84d5f1728eb9c90f6.tar.gz dwm-1c6512f5501942612b05adb84d5f1728eb9c90f6.tar.bz2 dwm-1c6512f5501942612b05adb84d5f1728eb9c90f6.zip |
update
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 17ee678..1884506 100644 --- a/config.def.h +++ b/config.def.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 } }, |