summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authornic <ra@afu.re>2025-08-02 14:26:45 -0400
committernic <ra@afu.re>2025-08-02 14:26:45 -0400
commitfa7c8bdd1f5ba98f71dac82da22c9817c3b2480e (patch)
treefde7795507adb9b112a0341e191f57c30baf31d5 /config.def.h
parent6bf4c7674df89df484d4b3069df357b0eb32536d (diff)
ipc.patch 2024-08-16 applied
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 9cb7af2..978d2a9 100644
--- a/config.def.h
+++ b/config.def.h
@@ -138,6 +138,7 @@ static const Key keys[] = {
/* modifier key function argument */
{ MODKEY, XKB_KEY_a, spawn, {.v = menucmd} },
{ MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_Return, spawn, {.v = termcmd} },
+ { MODKEY, XKB_KEY_b, togglebar, {0} },
{ MODKEY, XKB_KEY_j, focusstack, {.i = +1} },
{ MODKEY, XKB_KEY_k, focusstack, {.i = -1} },
{ MODKEY, XKB_KEY_i, incnmaster, {.i = +1} },