diff options
author | taiyu <[email protected]> | 2015-09-10 11:07:40 -0700 |
---|---|---|
committer | taiyu <[email protected]> | 2015-09-10 11:07:40 -0700 |
commit | aaa0923bc4fe4ffda114482a9b8023c90c26c8dc (patch) | |
tree | 7c12a435bf56e4ebfcae689ce46280eeeb330346 /include/config.h | |
parent | 6388241abb7e2e66e716fc128e658d3d3419442a (diff) |
cmd status + workspace ws output op
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index 4070c9ef..676218c8 100644 --- a/include/config.h +++ b/include/config.h @@ -52,6 +52,7 @@ struct sway_config { bool active; bool failed; bool reloading; + bool reading; bool auto_back_and_forth; int gaps_inner; |