[PR #165] [MERGED] Feature/operate across monitors #777

Closed
opened 2026-01-05 14:52:57 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/165
Author: @LGUG2Z
Created: 6/27/2022
Status: Merged
Merged: 6/27/2022
Merged by: @LGUG2Z

Base: masterHead: feature/operate-across-monitors


📝 Commits (4)

  • a801343 feat(wm): move/focus across monitor edges
  • 9388b69 feat(wm): focus to last container across monitors
  • cd3d4e0 feat(wm): swap with last container across monitors
  • 64b5743 feat(wm): add cross-monitor move behaviour config

📊 Changes

7 files changed (+228 additions, -14 deletions)

View changed files

📝 README.md (+4 -0)
📝 komorebi-core/src/lib.rs (+9 -0)
📝 komorebi/src/process_command.rs (+14 -0)
📝 komorebi/src/window_manager.rs (+173 -13)
📝 komorebi/src/workspace.rs (+5 -1)
📝 komorebic.lib.sample.ahk (+8 -0)
📝 komorebic/src/main.rs (+15 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/LGUG2Z/komorebi/pull/165 **Author:** [@LGUG2Z](https://github.com/LGUG2Z) **Created:** 6/27/2022 **Status:** ✅ Merged **Merged:** 6/27/2022 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `feature/operate-across-monitors` --- ### 📝 Commits (4) - [`a801343`](https://github.com/LGUG2Z/komorebi/commit/a801343508a16cf71fcec2134dde8e346dd02086) feat(wm): move/focus across monitor edges - [`9388b69`](https://github.com/LGUG2Z/komorebi/commit/9388b69cbff75cb71f8c81ee9fff646ae3fb221f) feat(wm): focus to last container across monitors - [`cd3d4e0`](https://github.com/LGUG2Z/komorebi/commit/cd3d4e07c981109ef6a4d127ecab9852c605e6ff) feat(wm): swap with last container across monitors - [`64b5743`](https://github.com/LGUG2Z/komorebi/commit/64b5743956629ae0853604c148f3fc2ec4740706) feat(wm): add cross-monitor move behaviour config ### 📊 Changes **7 files changed** (+228 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+4 -0) 📝 `komorebi-core/src/lib.rs` (+9 -0) 📝 `komorebi/src/process_command.rs` (+14 -0) 📝 `komorebi/src/window_manager.rs` (+173 -13) 📝 `komorebi/src/workspace.rs` (+5 -1) 📝 `komorebic.lib.sample.ahk` (+8 -0) 📝 `komorebic/src/main.rs` (+15 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-01-05 14:52:57 +01:00
adam closed this issue 2026-01-05 14:52:57 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#777