diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-12-24 07:02:37 -0700 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-12-24 07:02:37 -0700 |
commit | 3e84c4b307efccd6a0b93e5d20742e2e7ce6e726 (patch) | |
tree | e3f1f42a1ac231da9be7a2128656f6f33c52491e | |
parent | 6ed24851346540846e842a415674f22aed5407d7 (diff) | |
parent | d1af8c45bed5b0b1f6bd9128ac3d033de470a4e6 (diff) | |
download | sway-3e84c4b307efccd6a0b93e5d20742e2e7ce6e726.tar.xz |
Merge pull request #404 from StephenBrown2/readme_feature_support
Add references to other feature support issues to README
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -15,7 +15,10 @@ zero lines of source code after two years. ## Status -[See "i3 feature support"](https://github.com/SirCmpwn/sway/issues/2) +- [i3 feature support](https://github.com/SirCmpwn/sway/issues/2) +- [IPC feature support](https://github.com/SirCmpwn/sway/issues/98) +- [i3bar feature support](https://github.com/SirCmpwn/sway/issues/343) +- [i3-gaps feature support](https://github.com/SirCmpwn/sway/issues/307) ## Installation |