commit 0056858

wf  ·  2026-05-13 16:08:51 +0000 UTC
parent 95214f7
Update manpages
4 files changed,  +8, -5
+2, -2
 1@@ -1,6 +1,6 @@
 2 .\" generated with Ronn-NG/v0.10.1
 3 .\" http://github.com/apjanke/ronn-ng/tree/0.10.1
 4-.TH "HOWL" "1" "April 2026" ""
 5+.TH "HOWL" "1" "May 2026" ""
 6 .SH "NAME"
 7 \fBhowl\fR \- small Wayland compositor
 8 .SH "SYNOPSIS"
 9@@ -18,6 +18,6 @@ Print the program version\.
10 \fB\-c\fR \fIpath\fR
11 Specify the path from which the config file will be loaded\.
12 .SH "COPYRIGHT"
13-\fBhowl\fR and \fBhowlc\fR are (C) wf 2026 \fIhttps://codeberg\.org/wf\fR\.
14+\fBhowl\fR and \fBhowlc\fR are (C) wf 2026 \fIhttps://sr\.ht/~wf\fR\.
15 .SH "SEE ALSO"
16 README\.md, howlc(1)
+1, -1
1@@ -22,7 +22,7 @@ howl(1) -- small Wayland compositor
2 
3 ## COPYRIGHT
4 
5-`howl` and `howlc` are (C) wf 2026 <https://codeberg.org/wf>.
6+`howl` and `howlc` are (C) wf 2026 <https://sr.ht/~wf>.
7 
8 ## SEE ALSO
9 
+2, -1
 1@@ -8,6 +8,7 @@
 2 .SH "DESCRIPTION"
 3 \fBhowlc\fR is a client that controls the howl(1) compositor\.
 4 .SH "COMMANDS"
 5+Most of the following (can be deduced logically) can take an optional window ID argument, e\.g\.: \fBmove 20 20 4\fR, where the first 2 arguments given to \fBmove\fR are the coordinates and the third one is the window ID\. If no window ID is given, then the currently focused window will be targeted (if it exists)\.
 6 .IP "\(bu" 4
 7 \fBmove\fR, \fBmove_absolute\fR: Will move the window relative to either its current position or to the top left corner of the screen\. Arguments are in the form of pairs of x and y integer coordinates\.
 8 .IP
 9@@ -206,6 +207,6 @@ The manual does not specify the names for modifiers on other platforms\.
10 .P
11 There is no way to unbind keys\. This is an swc problem, but still deserves to be mentioned here\.
12 .SH "COPYRIGHT"
13-\fBhowl\fR and \fBhowlc\fR are (C) wf 2026 \fIhttps://codeberg\.org/wf\fR\.
14+\fBhowl\fR and \fBhowlc\fR are (C) wf 2026 \fIhttps://sr\.ht/~wf\fR\.
15 .SH "SEE ALSO"
16 README\.md, howl(1)
+3, -1
 1@@ -11,6 +11,8 @@ howlc(1) -- client to control the howl compositor
 2 
 3 ## COMMANDS
 4 
 5+Most of the following (can be deduced logically) can take an optional window ID argument, e.g.: `move 20 20 4`, where the first 2 arguments given to `move` are the coordinates and the third one is the window ID. If no window ID is given, then the currently focused window will be targeted (if it exists).
 6+
 7   * `move`, `move_absolute`:
 8     Will move the window relative to either its current position or to the top
 9     left corner of the screen. Arguments are in the form of pairs of x and y
10@@ -225,7 +227,7 @@ There is no way to unbind keys. This is an swc problem, but still deserves to be
11 
12 ## COPYRIGHT
13 
14-`howl` and `howlc` are (C) wf 2026 <https://codeberg.org/wf>.
15+`howl` and `howlc` are (C) wf 2026 <https://sr.ht/~wf>.
16 
17 ## SEE ALSO
18