eww icon indicating copy to clipboard operation
eww copied to clipboard

[BUG] Draggable dont work on X11

Open tdaron opened this issue 2 years ago • 6 comments

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

tdaron avatar Dec 31 '23 16:12 tdaron

I don't think u can "move" eww's widget

newor0599 avatar Jan 06 '24 04:01 newor0599

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:

tdaron avatar Jan 15 '24 00:01 tdaron

This fix https://github.com/elkowar/eww/commit/00bb0b4b0b353dcb469c589db4afbb2eac7f8f5a seems to be broken in some way

tdaron avatar Jan 15 '24 00:01 tdaron

have you try to do the same thing in other distro and also working?

newor0599 avatar Jan 21 '24 02:01 newor0599

have you try to do the same thing in other distro and also working?

nope I just tried on my machine

tdaron avatar Jan 21 '24 17:01 tdaron

i tried it on arch linux hyprland but i also cant move the widget

newor0599 avatar Jan 23 '24 14:01 newor0599