I tested cwm(1) as daily driver and it took me a few reads to understand
what "applications".

They're predefined commands you put into cwmrc(5) but cwm(1) does not
mention that, plus the option for it is `command` not `application`, so
searching a tag "application" did not find it;  only the comment in
EXAMPLES showed me how to use it.

I guess there's some better wording for it, but the following diff
links the concept to the actual configuration option.

Feedback? OK?

While here, call the configuration file what it is instead of reusing
the default path (already mentioned somewhere else).

Index: cwm.1
===================================================================
RCS file: /cvs/xenocara/app/cwm/cwm.1,v
retrieving revision 1.64
diff -u -p -r1.64 cwm.1
--- cwm.1       25 Feb 2019 18:07:48 -0000      1.64
+++ cwm.1       2 Jul 2019 19:10:25 -0000
@@ -219,6 +219,11 @@ Window is currently focused.
 .It &
 Window is hidden.
 .El
+.Sh APPLICATIONS
+.Nm
+manages a list of applications defined with the
+.Cm command
+configuration option.
 .Sh GROUPS
 .Nm
 has the ability to group windows together, and use the groups to
@@ -242,8 +247,7 @@ Selecting an item will warp to that wind
 Show list of currently defined groups.
 Selecting an item will hide/unhide that group.
 .It Ic M3
-Show list of applications as defined in
-.Pa ~/.cwmrc .
+Show list of applications as defined in the configuration file.
 Selecting an item will spawn that application.
 .El
 .Sh ENVIRONMENT

Reply via email to