hyprland: fix shell completion to use full module names

parent 18c53439
......@@ -292,7 +292,7 @@ func ShellCompleteModule(filter string) func(ctx context.Context, cmd *cli.Comma
modules := manager.GetModulesList(filter)
for _, m := range modules {
fmt.Println(m.ShortName())
fmt.Println(m.Name)
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment