diff options
Diffstat (limited to 'hyprctl/Strings.hpp')
-rw-r--r-- | hyprctl/Strings.hpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hyprctl/Strings.hpp b/hyprctl/Strings.hpp index 76e87ecb..17725e77 100644 --- a/hyprctl/Strings.hpp +++ b/hyprctl/Strings.hpp @@ -38,7 +38,8 @@ commands: plugin ... → Issue a plugin request reload [config-only] → Issue a reload to force reload the config. Pass 'config-only' to disable monitor reload - rollinglog → Prints tail of the log + rollinglog → Prints tail of the log. Also supports -f/--follow + option setcursor <theme> <size> → Sets the cursor theme and reloads the cursor manager seterror <color> <message...> → Sets the hyprctl error string. Color has @@ -112,7 +113,7 @@ create <backend>: remove <name>: Removes virtual output. Pass the output's name, as found in 'hyprctl monitors' - + flags: See 'hyprctl --help')#"; |