diff options
author | viperML <[email protected]> | 2022-08-21 08:40:27 +0000 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-08-21 08:40:27 +0000 |
commit | 12cdca7422953fbd2f335e38a8d4c2718d693c2d (patch) | |
tree | 553b5348059eea47bd987fc6132fd205ef5b7430 /docs | |
parent | 7ce2c9167385ec37c1469633a708a352fc6f4a3d (diff) | |
download | Hyprland-12cdca7422953fbd2f335e38a8d4c2718d693c2d.tar.gz Hyprland-12cdca7422953fbd2f335e38a8d4c2718d693c2d.zip |
[gha] build man pages
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Hyprland.1 | 24 | ||||
-rw-r--r-- | docs/hyprctl.1 | 32 |
2 files changed, 14 insertions, 42 deletions
diff --git a/docs/Hyprland.1 b/docs/Hyprland.1 index 6571269e..689c2ed3 100644 --- a/docs/Hyprland.1 +++ b/docs/Hyprland.1 @@ -1,24 +1,10 @@ -.\" Automatically generated by Pandoc 2.17.1.1 +.\" Automatically generated by Pandoc 2.5 .\" -.\" Define V font for inline verbatim, using C font in formats -.\" that render this, and otherwise B font. -.ie "\f[CB]x\f[]"x" \{\ -. ftr V B -. ftr VI BI -. ftr VB B -. ftr VBI BI -.\} -.el \{\ -. ftr V CR -. ftr VI CI -. ftr VB CB -. ftr VBI CBI -.\} .TH "Hyprland" "1" "21 Aug 2022" "" "Hyprland User Manual" .hy .SH NAME .PP -Hyprland - Dynamic tiling Wayland compositor +Hyprland \- Dynamic tiling Wayland compositor .SH SYNOPSIS .PP \f[B]Hyprland\f[R] [\f[I]arg [...]\f[R]]. @@ -41,14 +27,14 @@ For configuration information please see <\f[I]https://github.com/hyprwm/Hyprland/wiki\f[R]>. .SH OPTIONS .TP -\f[B]-h\f[R], \f[B]--help\f[R] +.B \f[B]\-h\f[R], \f[B]\-\-help\f[R] Show command usage. .TP -\f[B]-c\f[R], \f[B]--config\f[R] +.B \f[B]\-c\f[R], \f[B]\-\-config\f[R] Specify config file to use. .SH BUGS .TP -Submit bug reports and request features online at: +.B Submit bug reports and request features online at: <\f[I]https://github.com/hyprwm/Hyprland/issues\f[R]> .SH SEE ALSO .PP diff --git a/docs/hyprctl.1 b/docs/hyprctl.1 index 1d520950..db5cc736 100644 --- a/docs/hyprctl.1 +++ b/docs/hyprctl.1 @@ -1,24 +1,10 @@ -.\" Automatically generated by Pandoc 2.17.1.1 +.\" Automatically generated by Pandoc 2.5 .\" -.\" Define V font for inline verbatim, using C font in formats -.\" that render this, and otherwise B font. -.ie "\f[CB]x\f[]"x" \{\ -. ftr V B -. ftr VI BI -. ftr VB B -. ftr VBI BI -.\} -.el \{\ -. ftr V CR -. ftr VI CI -. ftr VB CB -. ftr VBI CBI -.\} .TH "hyprctl" "1" "21 Aug 2022" "" "hyprctl User Manual" .hy .SH NAME .PP -hyprctl - Utility for controlling parts of Hyprland from a CLI or a +hyprctl \- Utility for controlling parts of Hyprland from a CLI or a script .SH SYNOPSIS .PP @@ -40,7 +26,7 @@ For dispatchers without parameters it can be anything. .PP Returns: \f[I]ok\f[R] on success, and an error message on failure. .TP -Examples: +.B Examples: \f[B]hyprctl\f[R] \f[I]dispatch exec kitty\f[R] .RS .PP @@ -55,7 +41,7 @@ Set a config keyword dynamically. .PP Returns: \f[I]ok\f[R] on success, and an error message on failure. .TP -Examples: +.B Examples: \f[B]hyprctl\f[R] \f[I]keyword bind SUPER,0,pseudo\f[R] .RS .PP @@ -126,13 +112,13 @@ Returns the current random splash. .RE .SH OPTIONS .PP -\f[B]--batch\f[R] +\f[B]\-\-batch\f[R] .RS .PP Specify a batch of commands to execute. .TP -Example: -\f[B]hyprctl\f[R] \f[I]--batch \[dq]keyword general:border_size 2 ; +.B Example: +\f[B]hyprctl\f[R] \f[I]\-\-batch \[dq]keyword general:border_size 2 ; keyword general:gaps_out 20\[dq]\f[R] .RS .PP @@ -140,14 +126,14 @@ keyword general:gaps_out 20\[dq]\f[R] .RE .RE .PP -\f[B]-j\f[R] +\f[B]\-j\f[R] .RS .PP Outputs information in JSON. .RE .SH BUGS .TP -Submit bug reports and request features online at: +.B Submit bug reports and request features online at: <\f[I]https://github.com/hyprwm/Hyprland/issues\f[R]> .SH SEE ALSO .PP |