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

Issue setting brightness with scroll in xrandr block with multiple monitors #1994

Open
GabrielWelsh opened this issue Feb 3, 2024 · 4 comments

Comments

@GabrielWelsh
Copy link

When I scroll on the xrandr block, it only affects one of my monitors:
HDMI-0 <- affected
DP-0 <- unaffected

I can manually set DP-0 with the command xrandr --output DP-0 --brightness 0.5 so it's not an issue with my monitor.

$ i3status-rs -V
i3status-rs 0.32.3
@bim9262
Copy link
Collaborator

bim9262 commented Feb 4, 2024

Are you cycling which monitor is active?

@GabrielWelsh
Copy link
Author

I'm not sure exactly what you mean by "cycling which monitor is active", but I am specifying DP-0 as the primary monitor if that's what you mean:
xrandr --output DP-0 --primary --pos 0x0 --output HDMI-0 --mode 1920x1080 --pos 2560x360

@bim9262
Copy link
Collaborator

bim9262 commented Feb 5, 2024

https://docs.rs/i3status-rs/latest/i3status_rs/blocks/xrandr/index.html:

Action Default button
cycle_outputs Left
brightness_up Wheel Up
brightness_down Wheel Down

Did you left click to cycle which output the xrandr block shows info for/controls?

@GabrielWelsh
Copy link
Author

Left clicking doesn't change the output.

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

2 participants