summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorLM-LCL <hello@exaltedelite.club>2025-09-13 20:23:29 +0200
committerLM-LCL <hello@exaltedelite.club>2025-09-13 20:23:29 +0200
commit1e3f9dad4fddfca811428f99cca85173ad92fae9 (patch)
tree63b3685f54653f2b8476329f314df36a647ea3f5 /config.h
parent6eece88391d6dc3bfe54176249991cdc6cb8dd46 (diff)
st-9.3HEADmain
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 56a8c24..f882aae 100644
--- a/config.h
+++ b/config.h
@@ -231,6 +231,7 @@ static Shortcut shortcuts[] = {
{ TERMMOD, XK_Left, zoom, {.f = -1} },
{ TERMMOD, XK_L, zoom, {.f = +1} },
{ TERMMOD, XK_H, zoom, {.f = -1} },
+ { TERMMOD, XK_Num_Lock, numlock, {.i = 0} },
{ MODKEY, XK_o, externalpipe, {.v = copyoutput} },
{ MODKEY, XK_p, externalpipe, {.v = copyurlcmd} },
};