aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorÖzgür Kesim <oec@codeblau.de>2022-01-29 23:02:29 +0100
committerÖzgür Kesim <oec@codeblau.de>2022-01-29 23:02:29 +0100
commit4a87a3bb7b6906d23535b1a0cf7ff331a6e8b322 (patch)
tree2cc135fc4bba69777ffe344bfc7a04621689d9c7 /config.h
parent70b0446485b0182022896af9c4d2bcbcd6fe499e (diff)
mylocker
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 6b98957..0b2d35d 100644
--- a/config.h
+++ b/config.h
@@ -86,6 +86,7 @@ static Key keys[] = {
{ MODKEY|ShiftMask, XK_r, setlayout, {.v = &layouts[4]} },
{ MODKEY, XK_space, setlayout, {0} },
{ MODKEY|ShiftMask, XK_space, togglefloating, {0} },
+ { MODKEY, XK_z, spawn, SHCMD("mylocker") },
{ MODKEY, XK_0, view, {.ui = ~0 } },
{ MODKEY|ShiftMask, XK_0, tag, {.ui = ~0 } },
{ MODKEY, XK_comma, focusmon, {.i = -1 } },