-
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
I have multi-monitors, and I want to set the output of ReGreet to the middle one. #80
Comments
PS I'm using nixos |
Could you instead change the Sway config instead of the systemd boot kernel params? Because ReGreet is just a simple GTK app. The only multi-monitor support it has it to choose the first monitor, and adding full monitor configuration would be too complicated for a simple GTK app. |
Well, I would say I've already tried that; https://github.com/aspauldingcode/.dotfiles/blob/main/system/NIXSTATION64/greetd/sway-config I have commented out my attempt |
Can you try these lines:
Note that there are no quotes around DP-4 and DP-6. Further, are you sure that your monitors are called DP-4 and DP-6, and not DP-1 and DP-3 (or something else)? The manpage says that you can use |
I don't think that worked, but maybe it's fixable. What I really want is to disable based on monitor name. So I could do like "asus 24in something model number" and it would select that. The problems I am facing are probably not regreet related, but I might need more help on this. For context:
Thanks for helping! |
i was able to get this working by adding the correct lines in my according to
not sure if that helps or not if it's something you've already tried? |
I tried editing a custom sway-config under the recommended location /etc/greetd/sway-config
and I was unsuccessful in setting the outputs config, so I thought I would disable left/right screens using video="DP-1:d" video="DP-3:d" under systemd boot kernel params.
However, I couldn't figure out how to re-enable those displays, which would be nice too for a temp work-around.
I use sway, greetd and ReGreet. Currently ReGreet shows on my left monitor only, which is portrait and it shows sideways. Super difficult.
The text was updated successfully, but these errors were encountered: