aboutsummaryrefslogtreecommitdiff
path: root/dwl.1
AgeCommit message (Collapse)Author
2024-08-01dwl(1): use correct special characters for - and 'Lennart Jablonka
The hyphen-minus <-> and apostrophe-quote <'> are interpreted by troff as hyphen and right single quotation mark. See groff_char(7). Fixes: 0db6f3c5b5f9 ("add dwl(1)") (cherry picked from commit f2c5023a3a6b9abd45c81e7547b111fb5ab119bf)
2024-05-05Update wmenu-run nameA Frederick Christensen
2024-05-05switch to wmenusewn
bemenu is very bloated, turning itself into a library, which makes it 7489 SLOC. wmenu on the other hand, looks suckless by default, and is only 2000 SLOC, which i also find alot nicer to use, since bemenu does nothing to replicate the original dmenu feel.
2023-10-09add [-d] flag to enable debug loggingLeonardo Hernández Hernández
2023-09-10fix typoAngelo Antony
2022-12-02chase default terminal in manpage after 7710cf050d1aJan Beich
2022-05-17sync manpage and help infoLeonardo Hernández Hernández
Signed-off-by: Leonardo Hernández Hernández <leohdz172@protonmail.com>
2022-05-10add `-v` flag to the manpageLeonardo Hernández Hernández
Thanks @Humm42
2022-03-13add dwl(1)Humm
Documentation is good. Man pages are documentation. A program without a man page is worthless.