Apply suggestions from code review

Co-authored-by: Mihai Fufezan <fufexan@pm.me>
This commit is contained in:
volitank 2022-07-15 22:25:03 -04:00 committed by GitHub
parent 310a839700
commit 9fc74a708e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View File

@ -52,7 +52,7 @@ OPTIONS
======= =======
-h, --help -h, --help
Show this help message. Show command usage.
-c, --config -c, --config
Specify config file to use. Specify config file to use.
@ -60,7 +60,7 @@ OPTIONS
BUGS BUGS
==== ====
Submit bug reports and feature requests online at: Submit bug reports and request features online at:
<`https://github.com/hyprwm/Hyprland/issues`> <`https://github.com/hyprwm/Hyprland/issues`>

View File

@ -30,7 +30,7 @@ Control
``dispatch`` ``dispatch``
Call a keybinding dispatcher with an argument. Call a dispatcher with an argument.
An argument must be present. An argument must be present.
For dispatchers without parameters it can be anything. For dispatchers without parameters it can be anything.
@ -45,7 +45,7 @@ Control
``keyword`` ``keyword``
Call a config keyword dynamically. Set a config keyword dynamically.
Returns: `ok` on success, and an error message on failure. Returns: `ok` on success, and an error message on failure.
@ -62,13 +62,13 @@ Control
``kill`` ``kill``
Enter kill mode, where you can kill an app by clicking on it. 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 Info
``version`` ``version``
Prints the hyprland version, meaning flags, commit and branch of build. Prints the Hyprland version, flags, commit and branch of build.
``monitors`` ``monitors``
@ -84,11 +84,11 @@ Info
``devices`` ``devices``
Lists all connected keyboards and mice. Lists all connected input devices.
``activewindow`` ``activewindow``
Gets the active window name. Returns the active window name.
``layers`` ``layers``
@ -96,7 +96,7 @@ Info
``splash`` ``splash``
Prints the current random splash. Returns the current random splash.
OPTIONS OPTIONS
======= =======