diff options
author | Drew DeVault <[email protected]> | 2015-09-10 14:18:56 -0400 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2015-09-10 14:18:56 -0400 |
commit | f5343adae4d631e4cdade7869b4d73fc97b4ac5f (patch) | |
tree | 7c12a435bf56e4ebfcae689ce46280eeeb330346 /include/config.h | |
parent | 6388241abb7e2e66e716fc128e658d3d3419442a (diff) | |
parent | aaa0923bc4fe4ffda114482a9b8023c90c26c8dc (diff) |
Merge pull request #177 from taiyu-len/master
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; |