I had a look at the documentation but I guess this wasn't explained in a way that I undestood what it meant. I added my own keybinding for for this and it's working exactly how I wanted it! thank you very much!
On Sat, 12 Dec 2020 at 20:10, Kai Stian Olstad <[email protected]> wrote: > 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 > . > -- 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/CAC2Cj8TXT%2BdBG%3DhV3qLEU5hkLMX1WtkB1PVPfTwA08c0mJYrJw%40mail.gmail.com.
