We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I know that this might be behind the scope of hyprlang is supposed to be, but:
Would it be possible to get some sort of branching in hyprlang itself? As an example
# hyprlang if hyprctl monitors | grep DP-5 monitor = eDP-1, disabled # hyprlang else monitor = eDP-1, 1920x1200@60, 0x0, 1 # hyprlang endif
where the condition is simply sh -c "whatever the command is" returning 0.
sh -c "whatever the command is"
Of course, this could be partially handled by scripts. Using scripts, however, is never as effective. I'm not sure how the delay could be handled.
The text was updated successfully, but these errors were encountered:
idk if this is a good idea
Sorry, something went wrong.
Could certainly be nice
No branches or pull requests
I know that this might be behind the scope of hyprlang is supposed to be, but:
Would it be possible to get some sort of branching in hyprlang itself? As an example
where the condition is simply
sh -c "whatever the command is"
returning 0.Of course, this could be partially handled by scripts. Using scripts, however, is never as effective.
I'm not sure how the delay could be handled.
The text was updated successfully, but these errors were encountered: