-
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
Portrait mode: fit to screen #6
Comments
Hi @ilazaridis 👋 You're right, that information is included in the output. normal orientation xrandr output
one screen in portrait mode xrandr output
Diff:
Currently the script uses regex to looks for lines which have information on the current screen settings
What you could do is add another regex which looks for connected displays. i.e. these lines:
Notice that the second line contains I'm not using i3 anymore so I can't fix this myself sorry 😓 But you are welcome to fix this yourself and send a PR :) That would be awesome! |
First of all, thanks for your time and your effort.
It seems to work quite good.
Now, my setup is 3 screens.
2 on landscape mode and one on portrait mode.
On the one on portrait mode, the wallpaper is off because it doesn't fit to the screen.
I guess this piece information can be fetched somehow from xrandr and resize or fit to screen accordingly.
The text was updated successfully, but these errors were encountered: