-
Notifications
You must be signed in to change notification settings - Fork 13
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
Better multi-monitor support #41
Conversation
IMO, instead of |
That's a good point, I'll change it to |
Co-authored-by: Muhammed Zakir <8190126+MuhammedZakir@users.noreply.github.com>
Hello, a huge thank you to you for this long-awaited feature!! This is a great improvement. I can't test it out until next week so I will postpone review and merge until then. |
Ok. I'm waiting for your review. |
Hello. Sorry, any updates? |
Hello. I currently actively work on my fork of the repo, so I want to free my master branch. I’ll create the same pull request with the same commits, but another branch, If you want you can merge it. Sorry for that and thanks for understanding. |
This changes add ability to set specific monitor for the bar. I've only added
xrandr
lib, that probably already installed in almost all systems with X11.Now you can set specific monitor to any bar in a config with option
monitor
. Ifmonitor
option is defined then optionsx
,y
andlength
will be relative to the specific monitor, otherwise will be relative to the combined screen surface.Option
monitor
accepts output names fromxrandr
command.