Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-01 | Can customize config fallback directory | Yacine Hmito | |
CMake takes a `FALLBACK_CONFIG_DIR` flag which is the directory where the standard configuration file `config` is copied at installation. If loading from typical configuration directories fails, sway loads FALLBACK_CONFIG_DIR/config (/etc/sway/config by default). | |||
2015-11-28 | sway: Add --help option that prints usage | Christoph Gysin | |
2015-11-27 | Implement swaygrab for still images | Drew DeVault | |
2015-09-01 | Fixed a couple of typos in man pages | Aaron Ouellette | |
2015-08-18 | disable tilde subscripting to fix manpage | Thomas Wouters | |
Asciidoc uses tildes to subscript and carets to superscript text. The first tilde can be escaped to fix this, but looks weird because the second tilde may not be escaped. It doesn't seem like subscripting will be used in the man page so it makes sense to disable it altogether. | |||
2015-08-17 | Add man pages | Drew DeVault | |