[BUG] Draggable dont work on X11
Checklist before submitting an issue
- [X] I have searched through the existing closed and open issues for eww and made sure this is not a duplicate
- [X] I have specifically verified that this bug is not a common user error
- [X] I am providing as much relevant information as I am able to in this bug report (Minimal config to reproduce the issue for example, if applicable)
Description of the bug
I made a simple eww window, and i can't drag it
(defwindow mstat
:monitor 1
:stacking "fg"
:windowtype "normal"
:geometry (geometry
:width "400px"
:height "100px"
)
"Hello"
)
I am running this on X11
Reproducing the issue
Just run this window, it's on top left corner and does not move
Expected behaviour
I want to be able to move it using my mouse
Additional context
No response
I don't think u can "move" eww's widget
I don't think u can "move" eww's widget
Well, according to #303 it seems i am supposed to be able to do it :thinking:
This fix https://github.com/elkowar/eww/commit/00bb0b4b0b353dcb469c589db4afbb2eac7f8f5a seems to be broken in some way
have you try to do the same thing in other distro and also working?
have you try to do the same thing in other distro and also working?
nope I just tried on my machine
i tried it on arch linux hyprland but i also cant move the widget