diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-12-14 17:14:49 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-12-14 17:14:49 -0500 |
commit | 42a85431eec1472e18cf886e02a629cda46f8123 (patch) | |
tree | 1bd0b17ccd7f8465ec6dcd07fef2753383da06c6 /include/config.h | |
parent | fa0f57cd045ef13aff02a9c25bf0c46226f1b55b (diff) | |
parent | 82af08d8e9c6b3d1770f022ed0e38e79bba582ea (diff) |
Merge pull request #320 from mikkeloscar/configure-mouse-btn2
Lookup dragging key when in dragging mode
Diffstat (limited to 'include/config.h')
-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 0f3ce550..a8370532 100644 --- a/include/config.h +++ b/include/config.h @@ -119,6 +119,8 @@ struct sway_config { struct bar_config bar; struct bar_config *current_bar; uint32_t floating_mod; + uint32_t dragging_key; + uint32_t resizing_key; enum swayc_layouts default_orientation; enum swayc_layouts default_layout; |