aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index a0a0d2d..546edda 100644
--- a/config.def.h
+++ b/config.def.h
@@ -162,7 +162,8 @@ static uint forcemousemod = ShiftMask;
162 * Beware that overloading Button1 will disable the selection. 162 * Beware that overloading Button1 will disable the selection.
163 */ 163 */
164static MouseShortcut mshortcuts[] = { 164static MouseShortcut mshortcuts[] = {
165 /* mask button function argument */ 165 /* mask button function argument release */
166 { XK_ANY_MOD, Button2, selpaste, {.i = 0}, 1 },
166 { XK_ANY_MOD, Button4, ttysend, {.s = "\031"} }, 167 { XK_ANY_MOD, Button4, ttysend, {.s = "\031"} },
167 { XK_ANY_MOD, Button5, ttysend, {.s = "\005"} }, 168 { XK_ANY_MOD, Button5, ttysend, {.s = "\005"} },
168}; 169};