Conversation

can someone still on xorg please test this https://codeberg.org/kemona_halftau/OtherSide
i have no idea if it works as intended
(you should be able to drag the window around from anywhere, not just the titlebar)

1
1
0
@kemona_halftau (I'm not using xorg, I'm using Plasma 6 on wayland) is it expected that dragging the window by anything but the title bar is really slow and stuttery (as in, it will jump to the new position of my cursor several hundred milliseconds late), doesn't allow me to drag it off the edge of the screen, and causes high CPU usage by Xwayland?
1
0
1

@noisytoot i am assuming plasma sends configure events in direct response to the window being repositioned by the program leading to a semi-endless loop of reconfiguring which ends after a few hundred events
i might add a limit of how many times an event can occur per frame (e.g. no more than twice) but frame pacing is a mess in x11

0
0
1