aboutsummaryrefslogtreecommitdiffstats
path: root/sway/config.c
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 /sway/config.c
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 'sway/config.c')
-rw-r--r--sway/config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/config.c b/sway/config.c
index 6ff4da03..830fb65f 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -225,6 +225,7 @@ static void config_defaults(struct sway_config *config) {
225 config->auto_back_and_forth = false; 225 config->auto_back_and_forth = false;
226 config->reading = false; 226 config->reading = false;
227 config->show_marks = true; 227 config->show_marks = true;
228 config->tiling_drag = true;
228 229
229 config->edge_gaps = true; 230 config->edge_gaps = true;
230 config->smart_gaps = false; 231 config->smart_gaps = false;