summaryrefslogtreecommitdiff
path: root/sway/config.c
diff options
context:
space:
mode:
authorRyan Dwyer <[email protected]>2018-09-11 17:17:19 +1000
committerRyan Dwyer <[email protected]>2018-09-11 17:17:19 +1000
commitec9c4de564286d3795dd204e2c0a69b10f7572be (patch)
tree16bec8855579b6f537eb6cadb2344125b414254a /sway/config.c
parentd4e80cf301d77f69370cc81657c433990986cfa6 (diff)
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) {
config->auto_back_and_forth = false;
config->reading = false;
config->show_marks = true;
+ config->tiling_drag = true;
config->edge_gaps = true;
config->smart_gaps = false;