aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2014-09-29 15:41:10 +0200
committerChristoph Lohmann <20h@r-36.net>2014-09-29 15:41:10 +0200
commita7eef8f230bcf72a85af68fc9a08ca94e52ca18d (patch)
treed1d97e71bd5f604c4363ef4dff7c16d338fafdf4 /config.def.h
parent63a07eb19c908ac86936b6f9857738107326d27a (diff)
downloadst-patched-a7eef8f230bcf72a85af68fc9a08ca94e52ca18d.tar.bz2
st-patched-a7eef8f230bcf72a85af68fc9a08ca94e52ca18d.tar.xz
st-patched-a7eef8f230bcf72a85af68fc9a08ca94e52ca18d.zip
Removing an extra space.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 0a3c3e0..1667ed6 100644
--- a/config.def.h
+++ b/config.def.h
@@ -116,7 +116,7 @@ static Shortcut shortcuts[] = {
116 { XK_ANY_MOD, XK_Print, printsel, {.i = 0} }, 116 { XK_ANY_MOD, XK_Print, printsel, {.i = 0} },
117 { MODKEY|ShiftMask, XK_Prior, xzoom, {.i = +1} }, 117 { MODKEY|ShiftMask, XK_Prior, xzoom, {.i = +1} },
118 { MODKEY|ShiftMask, XK_Next, xzoom, {.i = -1} }, 118 { MODKEY|ShiftMask, XK_Next, xzoom, {.i = -1} },
119 { MODKEY|ShiftMask, XK_Home, xzoomreset, {.i = 0} }, 119 { MODKEY|ShiftMask, XK_Home, xzoomreset, {.i = 0} },
120 { ShiftMask, XK_Insert, selpaste, {.i = 0} }, 120 { ShiftMask, XK_Insert, selpaste, {.i = 0} },
121 { MODKEY|ShiftMask, XK_Insert, clippaste, {.i = 0} }, 121 { MODKEY|ShiftMask, XK_Insert, clippaste, {.i = 0} },
122 { MODKEY, XK_Num_Lock, numlock, {.i = 0} }, 122 { MODKEY, XK_Num_Lock, numlock, {.i = 0} },