mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 16:05:58 +01:00
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:
parent
a06272ae55
commit
d0d1ba5918
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#compdef hyprctl
|
||||
|
||||
_hyprctl_cmd_2 () {
|
||||
hyprctl monitors | grep Monitor | awk '{ print $2 }'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue