diff options
author | Drew DeVault <[email protected]> | 2015-12-14 08:57:00 -0500 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2015-12-14 08:57:00 -0500 |
commit | 4d17aa99194ac8a1511df93a3ec5edf44bcf61e6 (patch) | |
tree | f622553c1457dfddce457123212b9c852e01bec6 /sway/config.c | |
parent | 3ef6173c15e5c3df2208df81f5e15e8fb8ca6d2c (diff) |
Revert "Make mouse key used for drag/resize configurable"
This reverts commit 22916e9ebc130dbd365e6403730b9e0857977b8e.
Diffstat (limited to 'sway/config.c')
-rw-r--r-- | sway/config.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sway/config.c b/sway/config.c index bb7ecf9e..966362cc 100644 --- a/sway/config.c +++ b/sway/config.c @@ -115,8 +115,6 @@ 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 |