aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2023-03-24 16:11:33 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2023-03-24 16:11:33 +0100
commit3643191bd9405e8210f2f4167303e3c5872f2bf2 (patch)
tree4863e13f9e3ee48348ec53a02521f48d8af8a844 /config.def.h
parent6722a8953243387545a6bab23514b84cffd6a3bf (diff)
apply ipc patch and my configuration
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 a1a6795..8313b2a 100644
--- a/config.def.h
+++ b/config.def.h
@@ -112,6 +112,7 @@ static const Key keys[] = {
/* modifier key function argument */
{ MODKEY, XKB_KEY_p, spawn, {.v = menucmd} },
{ MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_Return, spawn, {.v = termcmd} },
+ { MODKEY, XKB_KEY_b, toggle_visibility, {0}},
{ MODKEY, XKB_KEY_j, focusstack, {.i = +1} },
{ MODKEY, XKB_KEY_k, focusstack, {.i = -1} },
{ MODKEY, XKB_KEY_i, incnmaster, {.i = +1} },