summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-07-08 14:22:52 -0400
committerLuke Smith <luke@lukesmith.xyz>2018-07-08 14:22:52 -0400
commitf9cd5efaa0208ee9f47c8a4a690a1d0221fe88a4 (patch)
tree3fcdaede62ae7b107b81cad91401374af609c3dc /config.h
parent7f231a6b5400933aee77daa2396db490067b644c (diff)
shift-insert now pastes from clipboard
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 d996ffb..0297a75 100644
--- a/config.h
+++ b/config.h
@@ -211,7 +211,7 @@ static Shortcut shortcuts[] = {
{ MODKEY|ShiftMask, XK_Prior, zoom, {.f = +1} },
{ MODKEY|ShiftMask, XK_Next, zoom, {.f = -1} },
{ MODKEY|ShiftMask, XK_Home, zoomreset, {.f = 0} },
- { ShiftMask, XK_Insert, selpaste, {.i = 0} },
+ { ShiftMask, XK_Insert, clippaste, {.i = 0} },
{ MODKEY|ShiftMask, XK_Insert, clippaste, {.i = 0} },
{ MODKEY|ShiftMask, XK_C, clipcopy, {.i = 0} },
{ MODKEY|ShiftMask, XK_V, clippaste, {.i = 0} },