aboutsummaryrefslogtreecommitdiffhomepage
path: root/hyprctl
diff options
context:
space:
mode:
authorpostsolar <[email protected]>2024-04-08 21:13:45 +0300
committerMihai Fufezan <[email protected]>2024-04-09 07:08:54 +0300
commitd0d1ba5918206f16128e56988dd4db5d6d143338 (patch)
treeafb1a82e6cd3ca58cacd42d3b1adf8692cfb3e3d /hyprctl
parenta06272ae552a3f6bdcb9c63c20fe25b05e5579d1 (diff)
downloadHyprland-d0d1ba5918206f16128e56988dd4db5d6d143338.tar.gz
Hyprland-d0d1ba5918206f16128e56988dd4db5d6d143338.zip
hyprctl: fix zsh completions
The file missed a line required by all ZSH completions in order to be automatically loaded
Diffstat (limited to 'hyprctl')
-rw-r--r--hyprctl/hyprctl.zsh2
1 files changed, 2 insertions, 0 deletions
diff --git a/hyprctl/hyprctl.zsh b/hyprctl/hyprctl.zsh
index 90212ce9..5e2a475b 100644
--- a/hyprctl/hyprctl.zsh
+++ b/hyprctl/hyprctl.zsh
@@ -1,3 +1,5 @@
+#compdef hyprctl
+
_hyprctl_cmd_2 () {
hyprctl monitors | grep Monitor | awk '{ print $2 }'
}