mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #556] [MERGED] feat(cli): add cycle-layout command #985
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/556
Author: @krshrimali
Created: 10/8/2023
Status: ✅ Merged
Merged: 10/27/2023
Merged by: @LGUG2Z
Base:
master← Head:kush/toggle_layout📝 Commits (7)
c311db8Command to ToggleLayoute9353d5Just improve logic of figuring out next layoutaad88aaAddr review: rename to "Cycle" instead of toggle, and add a small commentb333bedAs per review comments, implement cycle method on DefaultLayout1a2cad6I forgot to remove this, my badbbdcd35feat(cli): fixups for cycle-layout cmd4fa8108Update komorebic/src/main.rs📊 Changes
6 files changed (+62 additions, -0 deletions)
View changed files
📝
komorebi-core/src/default_layout.rs(+25 -0)📝
komorebi-core/src/lib.rs(+1 -0)📝
komorebi/src/process_command.rs(+2 -0)📝
komorebi/src/window_manager.rs(+23 -0)📝
komorebic.lib.ahk(+4 -0)📝
komorebic/src/main.rs(+7 -0)📄 Description
Resolves issue: https://github.com/LGUG2Z/komorebi/issues/555#issuecomment-1751916248.
This PR:
Cycle(CycleDirection)usingcycle_nextandcycle_previouson DefaultLayout🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.