hyprctl: add --quiet flag (#6380)

This commit is contained in:
diniamo
2024-06-09 21:16:29 +02:00
committed by GitHub
parent 722b846ac5
commit 121c6ac3ea
6 changed files with 248 additions and 233 deletions

View File

@@ -8,6 +8,7 @@ hyprctl [<OPTIONS>]... <ARGUMENTS>
| (-j) "Output in JSON format"
| (-r) "Refresh state after issuing the command"
| (--batch) "Execute a batch of commands separated by ;"
| (-q | --quiet) "Disable output"
;
<WINDOWS> ::= {{{ hyprctl clients | grep class | awk '{print $2}' }}};