-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
pinwidget: allow moving widget partially outside of screen under linux #2520
pinwidget: allow moving widget partially outside of screen under linux #2520
Conversation
For the record this addresses #1786 |
Thank you! this is much simpler than my method. Can you please apply clang-format and I will get it merged? |
bff86b5
to
74907b6
Compare
@borgmanJeremy done it. |
Thanks! |
@zhangfuwen Thanks, but why do I need to press the ALT key to move out of the screen? see: #2569 |
@wurenny you have got it all wrong. Here are some facts that you are not considering:
The number in front of the version number in parenthesis is the git commit ID. If you compile Flameshot from source, you will get that number. What it means is that your Flameshot is some commits "ahead" of the v11.0.0 . Now, if you need/want to get the latest features and bug fixes (and possibly some new bugs), you can always download out nightly builds and install them manually. Please note that if you do so, your package manager ( |
@mmahmoudian ok thank you for such a detailed analysis, i'll wait for the next release, and work with the ALT key for now. |
flameshot-org#2520) Co-authored-by: zhangfuwen <[email protected]> (cherry picked from commit 850260d)
…der linux (flameshot-org#2520)" This reverts commit 850260d. Fix for flameshot-org#2768 (but breaks another issue so dont merge upstream)
…der linux (flameshot-org#2520)" This reverts commit 850260d. Fix for flameshot-org#2768 (but breaks another issue so dont merge upstream)
add a window flag to pinwidget, allowing pinwidget to be moved partially out side of screen. compile and tested under linux.