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

DPI issues in a multi-monitor setup #1509

Open
rnhmjoj opened this issue Aug 24, 2024 · 0 comments
Open

DPI issues in a multi-monitor setup #1509

rnhmjoj opened this issue Aug 24, 2024 · 0 comments

Comments

@rnhmjoj
Copy link

rnhmjoj commented Aug 24, 2024

DPI is an area where bspwm could see some improvements, particularly when using a multi-monitor setup with different DPI values. For example:

  1. border_width and window_gap are globals and given in pixels. This means they can result in widely different physical sizes when using a typical 96dpi along side and a high DPI (say 200dpi) monitor. To achieve consistency, I can think of two options:

    • change the settings to use points instead of pixels and scale them based on the pixel-density,
    • make the settings per-monitor, allowing the user to specify different pixel sizes.
  2. similarly, bspc node commands --resize, --move are in pixels, so they are inconsistent across different monitors.

  3. when dragging or sending a window to another monitor the physical dimensions are not preserved. the window should be scaled.

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

No branches or pull requests

1 participant