commit cbb89f6
wf
·
2026-04-14 14:09:12 +0000 UTC
parent 62af971
Update howlc manual Since `62af971df8` the get_* functions are working as needed.
3 files changed,
+1,
-8
+0,
-1
1@@ -10,7 +10,6 @@ See the `howl` and `howlc` manual pages for more information on usage.
2 TODO
3 ----
4
5- * Update documentation
6 * Eyecandy: titlebars and double borders
7
8 CREDITS
+1,
-3
1@@ -124,7 +124,7 @@ $ howlc workspace 3
2 $ howlc move_workspace 6
3 .TP
4 \fBget_geometry\fR, \fBget_pid\fR, \fBget_title\fR, \fBget_app_id\fR
5-Print the current window's geometry (in x, y, w and h), process ID, title or app ID\. These are practically non\-operational right now, see \fIBUGS\fR\.
6+Print the current window's geometry (in x, y, w and h), process ID, title or app ID\.
7 .IP
8 Example:
9 .IP
10@@ -232,8 +232,6 @@ Each key/modifier in the binding string is separated by a plus (+) sign\. There
11 .P
12 The accepted key strings are as specified in \fB<xkbcommon/xkbcommon\-keysyms\.h>\fR\.
13 .SH "BUGS"
14-The \fBget_*\fR functions are useless since they print the needed information to the compositor's controlling terminal\.
15-.P
16 The manual does not specify the names for modifiers on other platforms\.
17 .P
18 There is no way to unbind keys\. This is an swc problem, but still deserves to be mentioned here\.
+0,
-4
1@@ -117,7 +117,6 @@ howlc(1) -- client to control the howl compositor
2
3 * `get_geometry`, `get_pid`, `get_title`, `get_app_id`:
4 Print the current window's geometry (in x, y, w and h), process ID, title or app ID.
5- These are practically non-operational right now, see [BUGS][].
6
7 Example:
8
9@@ -211,9 +210,6 @@ The accepted key strings are as specified in `<xkbcommon/xkbcommon-keysyms.h>`.
10
11 ## BUGS
12
13-The `get_*` functions are useless since they print the needed information to the compositor's controlling
14-terminal.
15-
16 The manual does not specify the names for modifiers on other platforms.
17
18 There is no way to unbind keys. This is an swc problem, but still deserves to be mentioned here.