We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd7465f commit eb6313bCopy full SHA for eb6313b
hyprctl/Strings.hpp
@@ -124,9 +124,10 @@ const std::string_view PLUGIN_HELP = R"#(usage: hyprctl [flags] plugin <request>
124
requests:
125
load <path> → Loads a plugin. Path must be absolute
126
unload <path> → Unloads a plugin. Path must be absolute
127
- list → Lists all loaded plugins
+ list [-t] → Lists all loaded plugins
128
129
flags:
130
+ -t → Terse output mode
131
See 'hyprctl --help')#";
132
133
const std::string_view SETPROP_HELP = R"#(usage: hyprctl [flags] setprop <regex> <property> <value> [lock]
0 commit comments