aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorphi <crispyfrog@163.com>2018-01-12 13:39:46 +0100
committerBert Münnich <ber.t@posteo.de>2018-01-22 09:46:38 +0100
commitd5c5708110bcaa60815d7648260f9688bbd12824 (patch)
tree0560ffe8af3561cea3111120e07e0dc11119dd84 /config.def.h
parent8017b75de4c2a77245f5ae9d635cc026c00783a7 (diff)
downloadnsxiv-d5c5708110bcaa60815d7648260f9688bbd12824.tar.zst
Use argument to select between two drag methods
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
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 },