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

new infrastructure of mouse resize events is calling corner placement for mouse before further layout handler (which should decide on that) #3983

Open
tkkcc opened this issue Jan 5, 2025 · 2 comments
Labels

Comments

@tkkcc
Copy link

tkkcc commented Jan 5, 2025

Output of awesome --version:

awesome v4.3-1681-g0f950cbb6-dirty (Too long)
• Compiled against Lua 5.4.7 (running with 0.9.2)
• API level: 4
• D-Bus support: yes
• xcb-errors support: no
• execinfo support: yes
• xcb-randr version: 1.6
• LGI version: /usr/share/lua/5.4/lgi/version.lua
• Transparency enabled: yes
• Custom search paths: no

How to reproduce the issue:

on floating layout and on a floating window, use win + mouse right button to resize window, mouse cursor jumps to corner. this is not i want, so i set these in rc.lua and restart

awful.layout.suit.floating.resize_jump_to_corner = false
awful.layout.suit.tile.resize_jump_to_corner = false

but no help

Actual result:

cursor jumps to corner

Expected result:

cursor doesn't jump to corner, like qtile i3 hyprland default config

@actionless
Copy link
Member

actionless commented Jan 5, 2025

v4.3

check first if you could still reproduce it with the latest git version, this one is 4 years (or even more) old and is not supported

@tkkcc
Copy link
Author

tkkcc commented Jan 6, 2025

@actionless thanks, didn't notice that. i update to git version and it's still.

@actionless actionless added the bug label Jan 10, 2025
@actionless actionless changed the title how to avoid cursor jumping on resizing new infrastructure of mouse resize events is calling corner placement for mouse before further layout handler (which should decide on that) Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants