diff options
author | volitank <[email protected]> | 2022-07-15 22:25:03 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2022-07-15 22:25:03 -0400 |
commit | 9fc74a708e45e8f8beb892765f6f991dd32ef9bc (patch) | |
tree | c79830e05fc6106003a748e4fb0e1d9408076744 | |
parent | 310a8397003146e416e06d777e8404ea469f02bd (diff) | |
download | Hyprland-9fc74a708e45e8f8beb892765f6f991dd32ef9bc.tar.gz Hyprland-9fc74a708e45e8f8beb892765f6f991dd32ef9bc.zip |
Apply suggestions from code review
Co-authored-by: Mihai Fufezan <[email protected]>
-rw-r--r-- | docs/Hyprland.1.rst | 4 | ||||
-rw-r--r-- | docs/hyprctl.1.rst | 14 |
2 files changed, 9 insertions, 9 deletions
diff --git a/docs/Hyprland.1.rst b/docs/Hyprland.1.rst index 78b2cda0..332d8266 100644 --- a/docs/Hyprland.1.rst +++ b/docs/Hyprland.1.rst @@ -52,7 +52,7 @@ OPTIONS ======= -h, --help - Show this help message. + Show command usage. -c, --config Specify config file to use. @@ -60,7 +60,7 @@ OPTIONS BUGS ==== -Submit bug reports and feature requests online at: +Submit bug reports and request features online at: <`https://github.com/hyprwm/Hyprland/issues`> diff --git a/docs/hyprctl.1.rst b/docs/hyprctl.1.rst index 3b1e68fa..1ab8bdbf 100644 --- a/docs/hyprctl.1.rst +++ b/docs/hyprctl.1.rst @@ -30,7 +30,7 @@ Control ``dispatch`` - Call a keybinding dispatcher with an argument. + Call a dispatcher with an argument. An argument must be present. For dispatchers without parameters it can be anything. @@ -45,7 +45,7 @@ Control ``keyword`` - Call a config keyword dynamically. + Set a config keyword dynamically. Returns: `ok` on success, and an error message on failure. @@ -62,13 +62,13 @@ Control ``kill`` Enter kill mode, where you can kill an app by clicking on it. - You can exit with ESCAPE. + You can exit by pressing ESCAPE. Info ``version`` - Prints the hyprland version, meaning flags, commit and branch of build. + Prints the Hyprland version, flags, commit and branch of build. ``monitors`` @@ -84,11 +84,11 @@ Info ``devices`` - Lists all connected keyboards and mice. + Lists all connected input devices. ``activewindow`` - Gets the active window name. + Returns the active window name. ``layers`` @@ -96,7 +96,7 @@ Info ``splash`` - Prints the current random splash. + Returns the current random splash. OPTIONS ======= |