Skip to content
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

Added configurable scaling priorities in options. #277

Merged
merged 1 commit into from
Sep 21, 2024
Merged

Conversation

Jas-SinghFSU
Copy link
Owner

@Jas-SinghFSU Jas-SinghFSU commented Sep 21, 2024

There are 3 ways you can account for scaling in Hyprland.

  1. Hyprland scaling
  2. GDK scaling
  3. Both

There are certain scenario where you only want Hyprland scaling to be accounted for. Other times you want only GDK scaling accounted for and finally in some cases you need both. In scenarios where you have a normal DPI monitor and you set GDK scaling, you would select GDK as the scaling priority. If you have a HiDPI display, you (most likely) want Hyprland scaling as priority. If you are high DPI AND have custom GDK scaling you MAY want both.

Since we can't just assume in hyprpanel, we now have an option to users configure the scaling priority in Configuration General > Scaling > Scaling Priority.

The scaling determines where the dropdown menus spawn so it's important to have the right option selected so menus spawn next to where the button is clicked and the screen edges are accounted for propery.

closes #274

@Jas-SinghFSU Jas-SinghFSU merged commit 6be9030 into master Sep 21, 2024
1 check passed
@Jas-SinghFSU Jas-SinghFSU deleted the patch/274 branch September 21, 2024 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] notification menu in the top bar is displayed out of monitor bounds when opened
1 participant