diff options
author | Luke Smith <luke@lukesmith.xyz> | 2020-04-01 09:40:53 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2020-04-01 09:40:53 -0400 |
commit | 689add8aad04680b3882e08583ba9cbb7d91ca88 (patch) | |
tree | 4675be0ce959e69adad9377a2140167259002724 /config.h | |
parent | e7db668a0ace9a0c2a21f2fa1fe4531c0c15ce0f (diff) |
middle click pastes selection again
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -240,10 +240,9 @@ static Shortcut shortcuts[] = { { TERMMOD, XK_Prior, zoom, {.f = +1} }, { TERMMOD, XK_Next, zoom, {.f = -1} }, { MODKEY, XK_Home, zoomreset, {.f = 0} }, - { ShiftMask, XK_Insert, clippaste, {.i = 0} }, { MODKEY, XK_c, clipcopy, {.i = 0} }, + { ShiftMask, XK_Insert, clippaste, {.i = 0} }, { MODKEY, XK_v, clippaste, {.i = 0} }, - { MODKEY, XK_p, selpaste, {.i = 0} }, { XK_ANY_MOD, Button2, selpaste, {.i = 0} }, { MODKEY, XK_Num_Lock, numlock, {.i = 0} }, { MODKEY, XK_Control_L, iso14755, {.i = 0} }, |