awesome icon indicating copy to clipboard operation
awesome copied to clipboard

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

Open tkkcc opened this issue 1 year ago • 2 comments

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

tkkcc avatar Jan 05 '25 14:01 tkkcc

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

actionless avatar Jan 05 '25 14:01 actionless

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

tkkcc avatar Jan 06 '25 05:01 tkkcc