Use a subsection for mouse commands
also add missing ".El", s/Toggles/Toggle/ in second command and add newlines
after a full stop
dwl(1): use correct special characters for - and '
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)")
Merge remote-tracking branch 'upstream/main' into wlroots-next
switch to wmenu
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.
Merge remote-tracking branch 'upstream/main' into wlroots-next
add [-d] flag to enable debug logging
Merge remote-tracking branch 'upstream/main' into wlroots-next
Merge remote-tracking branch 'upstream/main' into wlroots-next
Merge remote-tracking branch 'djpohly/main' into wlroots-next
chase wlroots X11 hints update
Merge remote-tracking branch 'djpohly/main' into wlroots-next
add `-v` flag to the manpage
Thanks @Humm42
add dwl(1)
Documentation is good. Man pages are documentation. A program without
a man page is worthless.
Merge pull request #180 from Humm42/manpage
add dwl(1)