Added in workspace_auto_back_and_forth

This commit is contained in:
Luminarys 2015-08-30 21:34:10 -05:00
parent 0ab71f5f0a
commit 12e96f0f9e
4 changed files with 20 additions and 3 deletions

View file

@ -36,6 +36,7 @@ void config_defaults(struct sway_config *config) {
config->reloading = false;
config->active = false;
config->failed = false;
config->auto_back_and_forth = false;
config->gaps_inner = 0;
config->gaps_outer = 0;