diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2015-12-11 11:39:24 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2015-12-11 11:39:24 +0100 |
| commit | 0c31f0a91132f754e0526e8bd0a7a7518241473c (patch) | |
| tree | 4d92c81116942a35e7b70bce898ae060727c78a0 /include/config.h | |
| parent | 009cf5d5f39f4716489835aa9049583d227de563 (diff) | |
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.
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; |
