hyprctl: fix zsh completions

The file missed a line required by all ZSH completions in order to be automatically loaded
This commit is contained in:
postsolar 2024-04-08 21:13:45 +03:00 committed by Mihai Fufezan
parent a06272ae55
commit d0d1ba5918

View File

@ -1,3 +1,5 @@
#compdef hyprctl
_hyprctl_cmd_2 () {
hyprctl monitors | grep Monitor | awk '{ print $2 }'
}