-
Notifications
You must be signed in to change notification settings - Fork 19
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
randr changes are not handled #59
Comments
I turned it into xorg config file:
and it now works fine. But it should also work work with my previous method. |
Nimdow doesn't detect changes to the monitor layouts yet, but this would be good to add soon |
Some thoughts: we should receive a ConfigureNotify event for the root window when this happens. At that point, we can adjust the size of each monitor and its bars |
Notes
May not need xrandr here. See how dwm handles this (configurenotify and updategeom functions). |
2 years and still not been done? any update when multi monitor will work? |
Multi-monitor works well, just not changes made after Nimdow has been started |
I did try to get multi monitor to work on arch but failed to get it working :) I can get the wallpaper on both but it doesn't let me move things to the 2nd monitor or even open anything on it even if rules tell it too :) it doesn't seem to like xrandr :) |
Yes, you need to set up your monitor layout before starting Nimdow - many of us, myself including, are using 2+ monitors just fine |
I did try the xorg config above but with one being Nvidia and other being Intel they don't seem to want to play nice :) eDP1 and HDMI-1-0 are my monitors one being the laptop and the other being Nvidia HDMI. I have no idea why it can only pick up 1 or the other it doesn't wanna activate HDMI and eDP at the same time |
I have just tried the config below but it still has the 2nd monitor as inactive in arandr
|
i even tried the code below to see if i can get the gpu and the laptop both working but still no dice
|
People in the discord may be able to help you, or any general Linux forum. This is about getting your config correct and doesn't have to do with Nimdow |
Describe the bug
I have custom xrandr setup, and bar only appears on ONE of the my screens, not on both.
To Reproduce
$HOME/.xprofile
Expected behavior
Bar should be drawn on both monitors
Screenshots
Additional context
That's my
.xprofile
content:The text was updated successfully, but these errors were encountered: