feat(wm): move/send container to ws by direction

This commit introduces two new commands which will allow the user to
move or send the currently focused window to either the next or previous
workspace depending on the cycle direction.

re #297
This commit is contained in:
LGUG2Z
2022-12-06 18:54:44 -08:00
parent 3b0830e511
commit 97423fc8e9
5 changed files with 61 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ install:
run:
just install-komorebic
cargo +stable run --bin komorebi --locked
cargo +stable run --bin komorebi --locked -- -a
warn $RUST_LOG="warn":
just run