aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/config.h
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-09-11 17:17:19 +1000
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-09-11 17:17:19 +1000
commitec9c4de564286d3795dd204e2c0a69b10f7572be (patch)
tree16bec8855579b6f537eb6cadb2344125b414254a /include/sway/config.h
parentRename OP_MOVE to OP_MOVE_FLOATING (diff)
downloadsway-ec9c4de564286d3795dd204e2c0a69b10f7572be.tar.gz
sway-ec9c4de564286d3795dd204e2c0a69b10f7572be.tar.zst
sway-ec9c4de564286d3795dd204e2c0a69b10f7572be.zip
Introduce tiling_drag directive
Diffstat (limited to 'include/sway/config.h')
-rw-r--r--include/sway/config.h1
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 {
365 bool validating; 365 bool validating;
366 bool auto_back_and_forth; 366 bool auto_back_and_forth;
367 bool show_marks; 367 bool show_marks;
368 bool tiling_drag;
368 369
369 bool edge_gaps; 370 bool edge_gaps;
370 bool smart_gaps; 371 bool smart_gaps;