Skip to content

Commit

Permalink
Document terse output mode for plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
earboxer committed Jan 15, 2025
1 parent 88c3624 commit 594797c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hyprctl/Strings.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,10 @@ const std::string_view PLUGIN_HELP = R"#(usage: hyprctl [flags] plugin <request>
requests:
load <path> → Loads a plugin. Path must be absolute
unload <path> → Unloads a plugin. Path must be absolute
list → Lists all loaded plugins
list [-t] → Lists all loaded plugins
flags:
-t → Terse output mode
See 'hyprctl --help')#";

const std::string_view SETPROP_HELP = R"#(usage: hyprctl [flags] setprop <regex> <property> <value> [lock]
Expand Down

0 comments on commit 594797c

Please sign in to comment.