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

Add CLI features to configure Picture in Picture #2668

Closed
waydabber opened this issue Feb 17, 2024 · 1 comment
Closed

Add CLI features to configure Picture in Picture #2668

waydabber opened this issue Feb 17, 2024 · 1 comment
Assignees
Labels
done All tasks are completed enhancement New feature or request integration Command-line interface PIP/Stream PIP or full screen streaming released Released
Milestone

Comments

@waydabber
Copy link
Owner

PIP should be fully configurable via CLI

@waydabber waydabber added enhancement New feature or request in progress Implementing internal pre-release Enable internal pre-releases under Settings/Applications/Updates integration Command-line interface labels Feb 17, 2024
@waydabber waydabber added this to the v2.2.4 milestone Feb 17, 2024
@waydabber waydabber self-assigned this Feb 17, 2024
@waydabber waydabber added PIP/Stream PIP or full screen streaming done All tasks are completed and removed in progress Implementing labels Feb 17, 2024
@waydabber
Copy link
Owner Author

Turn PIP on/off of MyDisplay:

betterdisplaycli set -namelike=MyDisplay -pip=on

betterdisplaycli set -namelike=MyDisplay -pip=off

Move the PIP window to the screen MyDisplay2 (you can use any of the usual target specifiers):

betterdisplaycli set -namelike=MyDisplay -pip -targetnamelike=MyDisplay2

Move and resize the PIP window:

betterdisplaycli set -namelike=MyDisplay -pip -originx=20% -originy=40%

betterdisplaycli set -namelike=MyDisplay -pip -width=50% -height=50%

Configure various settings:

betterdisplaycli set -namelike=MyDisplay -pip -rotateby=90 -alpha=80% -showTitlebar=off

Available options:

freeAspect
rotateBy
flipHorizontal
flipVertical
cursorShown
partial
partialOriginX
partialOriginY
partialWidth
partialHeight
priority
showTitlebar
showShadow
alpha
autoStart
originX
originY
width
height

@waydabber waydabber added released Released and removed internal pre-release Enable internal pre-releases under Settings/Applications/Updates labels Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
done All tasks are completed enhancement New feature or request integration Command-line interface PIP/Stream PIP or full screen streaming released Released
Projects
None yet
Development

No branches or pull requests

1 participant