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.

Reply via email to