aboutsummaryrefslogtreecommitdiffstats
path: root/include/config.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-08-31 07:11:02 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-08-31 07:11:02 -0400
commit4d9b05e649ff902c3b53b7e56c0feaa6087f13dc (patch)
tree60c4c9e7e61126f695c6fb049e2fde7337fc731c /include/config.h
parentMerge pull request #155 from Luminarys/master (diff)
parentAdded in workspace_auto_back_and_forth (diff)
downloadsway-4d9b05e649ff902c3b53b7e56c0feaa6087f13dc.tar.gz
sway-4d9b05e649ff902c3b53b7e56c0feaa6087f13dc.tar.zst
sway-4d9b05e649ff902c3b53b7e56c0feaa6087f13dc.zip
Merge pull request #156 from Luminarys/master
Added in workspace_auto_back_and_forth
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index d1a6d0ac..653e790f 100644
--- a/include/config.h
+++ b/include/config.h
@@ -52,6 +52,7 @@ struct sway_config {
52 bool active; 52 bool active;
53 bool failed; 53 bool failed;
54 bool reloading; 54 bool reloading;
55 bool auto_back_and_forth;
55 56
56 int gaps_inner; 57 int gaps_inner;
57 int gaps_outer; 58 int gaps_outer;