-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
hyprexpo: Feature request for setting rows and columns independently #220
Comments
mrs welcome, though I fail to see how that would be displayed |
I'm thinking empty space at the top and bottom, same color as the config background? Likely by modifying the drawing process here to include a y offset: hyprland-plugins/hyprexpo/overview.cpp Lines 390 to 406 in b73d7b9
|
fair enough |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to create a hyprexpo grid with 3 rows and 4 columns (or vice versa). Looking at overview.cpp, it looks like hyprexpo creates a grid using the
columns
attribute in the configuration.Is it possible to add a
rows
option to enable this behavior? Would you be open to a PR along these lines?Thanks!
The text was updated successfully, but these errors were encountered: