diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-03-24 16:11:33 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-03-24 16:11:33 +0100 |
| commit | 3643191bd9405e8210f2f4167303e3c5872f2bf2 (patch) | |
| tree | 4863e13f9e3ee48348ec53a02521f48d8af8a844 /config.def.h | |
| parent | 6722a8953243387545a6bab23514b84cffd6a3bf (diff) | |
apply ipc patch and my configuration
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 1 |
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} }, |