diff options
author | Ryan Dwyer <[email protected]> | 2018-09-11 17:17:19 +1000 |
---|---|---|
committer | Ryan Dwyer <[email protected]> | 2018-09-11 17:17:19 +1000 |
commit | ec9c4de564286d3795dd204e2c0a69b10f7572be (patch) | |
tree | 16bec8855579b6f537eb6cadb2344125b414254a /include/sway/config.h | |
parent | d4e80cf301d77f69370cc81657c433990986cfa6 (diff) |
Introduce tiling_drag directive
Diffstat (limited to 'include/sway/config.h')
-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 b52bb681..b53c1f1f 100644 --- a/include/sway/config.h +++ b/include/sway/config.h @@ -365,6 +365,7 @@ struct sway_config { bool validating; bool auto_back_and_forth; bool show_marks; + bool tiling_drag; bool edge_gaps; bool smart_gaps; |