diff --git a/hyprctl/hyprctl.zsh b/hyprctl/hyprctl.zsh index 6babd83566a..1a4cc187939 100644 --- a/hyprctl/hyprctl.zsh +++ b/hyprctl/hyprctl.zsh @@ -1,3 +1,5 @@ +#compdef hyprctl + _hyprctl_cmd_2 () { hyprctl monitors | grep Monitor | awk '{ print $2 }' }