From 0aeee6963d551d270d871d1c493719cd2ca76226 Mon Sep 17 00:00:00 2001 From: Mikkel Oscar Lyderik Date: Fri, 11 Dec 2015 11:39:24 +0100 Subject: Make mouse key used for drag/resize configurable This makes it possible to define what mouse button key (left|right) to use for dragging/resizing. --- sway/config.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sway/config.c') diff --git a/sway/config.c b/sway/config.c index bd3cf4e6..2a1f0310 100644 --- a/sway/config.c +++ b/sway/config.c @@ -115,6 +115,8 @@ static void config_defaults(struct sway_config *config) { list_add(config->modes, config->current_mode); config->floating_mod = 0; + config->dragging_key = M_LEFT_CLICK; + config->resizing_key = M_RIGHT_CLICK; config->default_layout = L_NONE; config->default_orientation = L_NONE; // Flags -- cgit v1.2.3