-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A way to list all available variables with hyprctl including type and current value #5304
Comments
all? Nope. You can only do one-by-one. |
OK. But that means the only source to get an overview of all variables & related types is the Hyprland Wiki, right? |
that's correct |
This feature would be amazing, making the app better self-documented. |
@vaxerski Is there an update on this feature request or still the same status? Does exists a list of variables in your source code somewhere that could be parsed? |
|
This is perfect. Thank you. |
Description
Hi.
Is there a way to list all available variables with a hyprctl command incl. the type of the variable: int, float, custom, etc. and current value.
Idea:
hyprctl listvariables
Means all variables that can be set with
hyprctl keyword variable value
Thank you.
The text was updated successfully, but these errors were encountered: