aboutsummaryrefslogtreecommitdiff
path: root/sway.1.txt
AgeCommit message (Collapse)Author
2015-12-01Can customize config fallback directoryYacine 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-28sway: Add --help option that prints usageChristoph Gysin
2015-11-27Implement swaygrab for still imagesDrew DeVault
2015-09-01Fixed a couple of typos in man pagesAaron Ouellette
2015-08-18disable tilde subscripting to fix manpageThomas 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-17Add man pagesDrew DeVault