-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
Override center on launch setting when position specified on cmdline #14229
Conversation
Hello @DHowett! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Outstanding, and thanks for the quick fix!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
…14229) Override the center on launch setting when a position is specified on the commandline. ## Validation Steps Performed 1. Set center on launch in the SUI. 2. Run `wtd` - the new window is centered. 3. Run `wtd --pos 100,200` - the new window is positioned at (100,200). Closes #14176 (cherry picked from commit 42befa7) Service-Card-Id: 87207151 Service-Version: 1.16
…14229) Override the center on launch setting when a position is specified on the commandline. ## Validation Steps Performed 1. Set center on launch in the SUI. 2. Run `wtd` - the new window is centered. 3. Run `wtd --pos 100,200` - the new window is positioned at (100,200). Closes #14176 (cherry picked from commit 42befa7) Service-Card-Id: 87207150 Service-Version: 1.15
🎉 Handy links: |
Override the center on launch setting when a position is specified on the commandline.
Validation Steps Performed
wtd
- the new window is centered.wtd --pos 100,200
- the new window is positioned at (100,200).Closes #14176