Skip to content

Commit

Permalink
hyprctl: fix zsh completion (#6467)
Browse files Browse the repository at this point in the history
Co-authored-by: random2907 <[email protected]>
  • Loading branch information
random2907 and random2907 committed Jun 19, 2024
1 parent e0e3c4c commit 6e5804b
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 6e5804b

Please sign in to comment.