diff options
author | Alexander <[email protected]> | 2024-06-14 13:11:40 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2024-06-14 12:11:40 +0200 |
commit | b2590b58c51094424a9651d8df37dfab838b5bbb (patch) | |
tree | dfd12a27cddd7b19de2eec4415630db1bd5b3c84 /hyprctl/Strings.hpp | |
parent | 9cd5b3587cb1e3d42b647fa230024cd0153ea9cb (diff) | |
download | Hyprland-b2590b58c51094424a9651d8df37dfab838b5bbb.tar.gz Hyprland-b2590b58c51094424a9651d8df37dfab838b5bbb.zip |
hyprctl: added --follow option to rolliglog (#6325)
Co-authored-by: Крылов Александр <[email protected]>
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')#"; |