From d5c5708110bcaa60815d7648260f9688bbd12824 Mon Sep 17 00:00:00 2001 From: phi Date: Fri, 12 Jan 2018 20:39:46 +0800 Subject: Use argument to select between two drag methods --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 5af745d..de9ca51 100644 --- a/config.def.h +++ b/config.def.h @@ -151,7 +151,7 @@ static const keymap_t keys[] = { static const button_t buttons[] = { /* modifiers button function argument */ { 0, 1, i_cursor_navigate, None }, - { 0, 2, i_drag, None }, + { 0, 2, i_drag, DRAG_ABSOLUTE }, { 0, 3, g_switch_mode, None }, { 0, 4, g_zoom, +1 }, { 0, 5, g_zoom, -1 }, -- cgit v1.2.3