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

Option argument can be passed to render to a specific monitor (xrandr syntax) #6

Merged
merged 2 commits into from
Jan 20, 2022

Conversation

BuddhiLW
Copy link
Contributor

Use option as in the examples:

Ex1: External monitor in the right of main monitor
from xrandr,

HDMI-1-0 connected 2560x1080+1920+0 (normal left inverted right x axis y axis) 673mm x 284mm

We use,

lazywal-cli -D 2560x1080+1920 animation.gif

Ex2: Render in the primary display
From xrandr,

eDP-1 connected primary 1920x1080+0+0

We use,

lazywal-cli -D 1920x1080 animation.gif

DEFAULT: To render in both screens the same gif image (not mirrored)

lazywal-cli -D 2560x1080+1920 animation.gif

@FabricatorZayac FabricatorZayac merged commit 1d307fe into FabricatorZayac:master Jan 20, 2022
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

Successfully merging this pull request may close these issues.

2 participants