[hackers] [st] Removing an extra space. || Christoph Lohmann
commit a7eef8f230bcf72a85af68fc9a08ca94e52ca18d
Author: Christoph Lohmann <20h_AT_r-36.net>
Date: Mon Sep 29 15:41:10 2014 +0200
Removing an extra space.
diff --git a/config.def.h b/config.def.h
index 0a3c3e0..1667ed6 100644
--- a/config.def.h
+++ b/config.def.h
_AT_@ -116,7 +116,7 @@ static Shortcut shortcuts[] = {
{ XK_ANY_MOD, XK_Print, printsel, {.i = 0} },
{ MODKEY|ShiftMask, XK_Prior, xzoom, {.i = +1} },
{ MODKEY|ShiftMask, XK_Next, xzoom, {.i = -1} },
- { MODKEY|ShiftMask, XK_Home, xzoomreset, {.i = 0} },
+ { MODKEY|ShiftMask, XK_Home, xzoomreset, {.i = 0} },
{ ShiftMask, XK_Insert, selpaste, {.i = 0} },
{ MODKEY|ShiftMask, XK_Insert, clippaste, {.i = 0} },
{ MODKEY, XK_Num_Lock, numlock, {.i = 0} },
Received on Mon Sep 29 2014 - 15:41:26 CEST
This archive was generated by hypermail 2.3.0
: Mon Sep 29 2014 - 15:48:15 CEST