On Sat, Apr 25, 2020 at 08:46:17AM -0700, Coopsterr wrote: > I am fairly new to qtile, and am trying to make the keybindings as minimal > as possible. im using monadtall and want to be able to have one keybinding > to move windows in the stack, just like how i can have one keybinding to > switch between windows in the current stack (with the function > lazy.layout.next() ). I tried some various functions with logical names > e.g. lazy.layout.shuffle_next (which didnt result in config error but didnt > work either) .Is there a function with a different name or a clever > workaround/alternative or just anything i'm missing? Thanks
The documentation has what you need http://docs.qtile.org/en/latest/manual/ref/layouts.html#monadtall So you have swap_left, swap_right, shuffle_up and suffle_down to choose from. -- 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/20200425174827.wtz7lpgysuw7tcqg%40olstad.com.
