Skip to content

Commit

Permalink
fix zsh completion in hyprctl
Browse files Browse the repository at this point in the history
  • Loading branch information
random2907 committed Jun 13, 2024
1 parent a9d7bef commit ec1f99e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hyprctl/hyprctl.zsh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#compdef hyprctl

_hyprctl_cmd_2 () {
hyprctl monitors | grep Monitor | awk '{ print $2 }'
}
Expand Down

0 comments on commit ec1f99e

Please sign in to comment.