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_cmd_2 () {
|
||||||
hyprctl monitors | grep Monitor | awk '{ print $2 }'
|
hyprctl monitors | grep Monitor | awk '{ print $2 }'
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue