Skip to content

Commit a8f4083

Browse files
author
Ayush Jha
committed
right click to paste
1 parent 025a3d8 commit a8f4083

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.def.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ static uint forcemousemod = ShiftMask;
171171
static MouseShortcut mshortcuts[] = {
172172
/* mask button function argument release */
173173
{ XK_ANY_MOD, Button2, selpaste, {.i = 0}, 1 },
174+
{ XK_ANY_MOD, Button3, selpaste, {.i = 0}, 1 },
174175
{ ShiftMask, Button4, ttysend, {.s = "\033[5;2~"} },
175176
{ XK_ANY_MOD, Button4, ttysend, {.s = "\031"} },
176177
{ ShiftMask, Button5, ttysend, {.s = "\033[6;2~"} },

0 commit comments

Comments
 (0)