aboutsummaryrefslogtreecommitdiffstats
path: root/sway.1.txt
Commit message (Collapse)AuthorAge
* Can customize config fallback directoryLibravatar Yacine Hmito2015-12-01
| | | | | | | 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).
* sway: Add --help option that prints usageLibravatar Christoph Gysin2015-11-28
|
* Implement swaygrab for still imagesLibravatar Drew DeVault2015-11-27
|
* Fixed a couple of typos in man pagesLibravatar Aaron Ouellette2015-09-01
|
* disable tilde subscripting to fix manpageLibravatar Thomas Wouters2015-08-18
| | | | | | | | | 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.
* Add man pagesLibravatar Drew DeVault2015-08-17