-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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 option to set the window title with the serial number #573
Conversation
Thank you for your contribution. I agree to add we could add an option to set the title. However, I think that the behavior of I suggest a more general option scrcpy --window-title "My device" An improved version could also support "variables" dynamically retrieved from the device: scrcpy --window-title "My Device - %m [%s]" which would set the title Note that there are two possible serial values: the one provided by the user with
I think it is better to expose the real serial then the provided one:
What do you think? As a side node, I would like to expose only a long option |
I like to keep the title short and sweet. Long titles just are just cropped out of some characters. However, I agree with all of your points. |
Do you plan to update this PR to implement |
real serial is not a trivial change. I'll rather stick with what I have
and removing the short switch.
…On Fri., Jun. 7, 2019, 11:50 a.m. Romain Vimont, ***@***.***> wrote:
I agree with all of your points.
Do you plan to update this PR to implement --window-title? or someone
else can work on this?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#573?email_source=notifications&email_token=AFZMFPKZRBZJS7JTHWAYNA3PZJ7UFA5CNFSM4HSVELJKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXGHJWY#issuecomment-499938523>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFZMFPPCUDSUKXQNP2DIEDTPZJ7UFANCNFSM4HSVELJA>
.
|
As a first step, an option Then you could call:
What do you think? |
leave me to it |
closing this... sending another pull request |
I have multiple devices with the same model name. Setting this window title with a different name is really useful.
Fixes #120