On 12.12.2020 20:45, David wrote:
Hi, I was trying to replicate xmonad's functionality of pressing mod-enter to promote the selected window in the stack to master. Is this possible in
qtile at all?

If you look at the documentation[1] under Suggested Bindings you'll see what you can do. So lazy.layout.swap_left() will do that when using MonadTall._left and lazy.layout.swap_right() with MonadTall._right.

To do that with the same key binding you would need to write some code.


[1] http://docs.qtile.org/en/latest/manual/ref/layouts.html#monadtall

--
Kai Stian Olstad

--
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/94f30132def1f2fb8ced27bc894c9539%40olstad.com.

Reply via email to