diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-12-12 12:28:56 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-12-12 12:28:56 -0500 |
commit | 19fd979af495d2ef75efaaad8962da761e4db530 (patch) | |
tree | 4918aa7da708704bf8ded897b82b02d43db408d8 /include | |
parent | bffbe11e530fa37f2421e94463bc2ec4516ba394 (diff) | |
parent | f28a1d9183a90284329e6c048ba7785313a5a50f (diff) |
Merge pull request #300 from mikkeloscar/configure-mouse-btn
[RFC] Make mouse key used for drag/resize configurable
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index 81d4cd20..4019f479 100644 --- a/include/config.h +++ b/include/config.h @@ -109,6 +109,8 @@ struct sway_config { struct sway_mode *current_mode; struct bar_config bar; uint32_t floating_mod; + uint32_t dragging_key; + uint32_t resizing_key; enum swayc_layouts default_orientation; enum swayc_layouts default_layout; |