Originally created by @WillDawnlll on GitHub (Nov 10, 2022).
i noticed in readme mention container can stacked Many application windows , so how to move a window to a nother container ?(i can't find relative command option about it , only move_window_to_container in rust source code)
and is there any command to loop windows in same container ?
( is cycle-stack ? but i use it in custom-layout and it not work , the komorebic log is
2022-11-10T07:16:18.329101Z INFO process_command{CycleStack(Next)}:cycle_container_window_in_direction{direction=Next}: komorebi::window_manager: cycling container windows
2022-11-10T07:16:18.329384Z ERROR komorebi::process_command: there is only one window in this container
Originally created by @WillDawnlll on GitHub (Nov 10, 2022).
i noticed in readme mention container can stacked `Many application windows` , so how to move a window to a nother container ?(i can't find relative command option about it , only `move_window_to_container` in rust source code)
and is there any command to loop windows in same container ?
( is `cycle-stack` ? but i use it in custom-layout and it not work , the komorebic log is
```
2022-11-10T07:16:18.329101Z INFO process_command{CycleStack(Next)}:cycle_container_window_in_direction{direction=Next}: komorebi::window_manager: cycling container windows
2022-11-10T07:16:18.329384Z ERROR komorebi::process_command: there is only one window in this container
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @WillDawnlll on GitHub (Nov 10, 2022).
i noticed in readme mention container can stacked
Many application windows, so how to move a window to a nother container ?(i can't find relative command option about it , onlymove_window_to_containerin rust source code)and is there any command to loop windows in same container ?
( is
cycle-stack? but i use it in custom-layout and it not work , the komorebic log is