Hi Kevin, See this pull request for a summary of the current state of this feature and the proposed next steps: https://github.com/qtile/qtile/pull/1334
Cheers, Le mer. 2 oct. 2019 à 19:51, 'Kevin' via qtile-dev < [email protected]> a écrit : > Hi, i try to move a window from one tile to another tile using the mouse. > (awesome wm does this for example) > > I found this merges: > https://github.com/qtile/qtile/commit/41a4e8c044b5343b8e9e21d0499e6993b74127d6 > which is named "allow tiled windows to be moved with the mouse" > which adds the get_position function. > > So i tried this: > > Mouse = [ > Drag([mod], "Button1", lazy.window.set_position(), > start=lazy.window.get_position()), > ] > > but it sadly dosn't work. > How would this be possible in Qtile? > Is get_position the corect funtion? > > -- > You received this message because you are subscribed to the Google Groups > "qtile-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/qtile-dev/ad8053d6-14f0-4d75-80fb-3e95a2002ee6%40googlegroups.com > <https://groups.google.com/d/msgid/qtile-dev/ad8053d6-14f0-4d75-80fb-3e95a2002ee6%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Guillaume Gelin -- You received this message because you are subscribed to the Google Groups "qtile-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qtile-dev/CAPn4x%2BqGTN%2BVzs9riBgvjutX4mma1nyZSf-AJWWdLZ6besEn6g%40mail.gmail.com.
