Skip to content

Commit

Permalink
right click to paste
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayush Jha committed Jul 6, 2024
1 parent 025a3d8 commit a8f4083
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.def.h
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ static uint forcemousemod = ShiftMask;
static MouseShortcut mshortcuts[] = {
/* mask button function argument release */
{ XK_ANY_MOD, Button2, selpaste, {.i = 0}, 1 },
{ XK_ANY_MOD, Button3, selpaste, {.i = 0}, 1 },
{ ShiftMask, Button4, ttysend, {.s = "\033[5;2~"} },
{ XK_ANY_MOD, Button4, ttysend, {.s = "\031"} },
{ ShiftMask, Button5, ttysend, {.s = "\033[6;2~"} },
Expand Down

0 comments on commit a8f4083

Please sign in to comment.