summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-09-02 13:27:07 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-09-02 13:27:07 +0400
commit63a0ffc8470f3366dba8bd5d494de77da6ce139c (patch)
tree11f8f76337557202262eece1aec93808e62a6059 /config.h
parent97c004544f1f36190d88d1c1818f84d42362e90e (diff)
config.h: small style update
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 553de26..ff048d6 100644
--- a/config.h
+++ b/config.h
@@ -196,7 +196,7 @@ static Shortcut shortcuts[] = {
{ ShiftMask, XK_Print, printscreen, {.i = 0} },
{ XK_ANY_MOD, XK_Print, printsel, {.i = 0} },
{ ControlMask, XK_equal, zoom, {.f = +1} },
- { ControlMask, XK_minus, zoom, {.f = -1} },
+ { ControlMask, XK_minus, zoom, {.f = -1} },
{ TERMMOD, XK_Home, zoomreset, {.f = 0} },
{ TERMMOD, XK_C, clipcopy, {.i = 0} },
{ TERMMOD, XK_V, clippaste, {.i = 0} },