diff options
author | emersion <contact@emersion.fr> | 2018-07-25 00:04:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-25 00:04:38 +0100 |
commit | cdc4ad2b4f6239607e8eb5e398891dd78bc5c7ea (patch) | |
tree | ad414b0eac976a62d49d852c149a150a81876a4d /include | |
parent | 817d37c95032946a2e508fcc33cfa5c7ed65cc0d (diff) | |
parent | 3a75bb7f3290b33872d4c61a131bb0eec876f3ae (diff) |
Merge pull request #2352 from RedSoxFan/implement-2335
Implement floating_modifier <mod> [inverse|normal]
Diffstat (limited to 'include')
-rw-r--r-- | include/sway/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/config.h b/include/sway/config.h index 032f4196..4a6bb780 100644 --- a/include/sway/config.h +++ b/include/sway/config.h @@ -320,6 +320,7 @@ struct sway_config { struct bar_config *current_bar; char *swaybg_command; uint32_t floating_mod; + bool floating_mod_inverse; uint32_t dragging_key; uint32_t resizing_key; char *floating_scroll_up_cmd; |