diff options
Diffstat (limited to 'hyprctl/hyprctl.usage')
-rw-r--r-- | hyprctl/hyprctl.usage | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/hyprctl/hyprctl.usage b/hyprctl/hyprctl.usage index ecd87e52..af0ede53 100644 --- a/hyprctl/hyprctl.usage +++ b/hyprctl/hyprctl.usage @@ -10,13 +10,13 @@ hyprctl [<OPTIONS>]... <ARGUMENTS> | (--batch) "Execute a batch of commands separated by ;" ; -<WINDOWS> ::= {{{ hyprctl clients | grep class | awk '{print $2}' }}} +<WINDOWS> ::= {{{ hyprctl clients | grep class | awk '{print $2}' }}}; -<AVAILABLE_PLUGINS> ::= {{{ hyprpm list | grep "Plugin" | awk '{print $4}' }}} +<AVAILABLE_PLUGINS> ::= {{{ hyprpm list | grep "Plugin" | awk '{print $4}' }}}; -<MONITORS> ::= {{{ hyprctl monitors | grep Monitor | awk '{ print $2 }' }}} +<MONITORS> ::= {{{ hyprctl monitors | grep Monitor | awk '{ print $2 }' }}}; -<KEYBOARDS> ::= {{{ hyprctl devices | sed -n '/Keyboard at/{n; s/^\s\+//; p}' }}} +<KEYBOARDS> ::= {{{ hyprctl devices | sed -n '/Keyboard at/{n; s/^\s\+//; p}' }}}; <NOTIFICATION_TYPES> ::= (0) "WARNING" | (1) "INFO" @@ -75,7 +75,7 @@ hyprctl [<OPTIONS>]... <ARGUMENTS> | (monitors [all]) "List active outputs with their properties" | (notify <NOTIFICATION_TYPES> <NUM>) "Send a notification using the built-in Hyprland notification system" | (output (create (wayland | x11 | headless | auto) | remove <MONITORS>)) "Allows adding/removing fake outputs to a specific backend" - | (plugin <AVIABLE_PLUGINS>) "Interact with a plugin" + | (plugin <AVAILABLE_PLUGINS>) "Interact with a plugin" | (reload) "Force reload the config" | (rollinglog) "Print tail of the log" | (setcursor) "Set the cursor theme and reloads the cursor manager" |