[PR #1476] [MERGED] feat(wm): add the ability to set work-area-offset per workspace #1418

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/1476
Author: @omark96
Created: 6/6/2025
Status: Merged
Merged: 8/19/2025
Merged by: @LGUG2Z

Base: masterHead: feat(wm)/workspace-work-area-offset


📝 Commits (1)

  • 142e793 feat: add the ability to set work-area-offset per workspace

📊 Changes

7 files changed (+57 additions, -1 deletions)

View changed files

📝 komorebi/src/core/mod.rs (+1 -0)
📝 komorebi/src/process_command.rs (+8 -0)
📝 komorebi/src/static_config.rs (+4 -0)
📝 komorebi/src/window_manager.rs (+1 -0)
📝 komorebi/src/workspace.rs (+6 -1)
📝 komorebic.lib.ahk (+4 -0)
📝 komorebic/src/main.rs (+33 -0)

📄 Description

This commit adds the option to set 'work_area_offset' per workspace. If no workspace work area offset is set for that workspace it will instead use the value of the globals.work_area_offset for that workspace.


🔄 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/1476 **Author:** [@omark96](https://github.com/omark96) **Created:** 6/6/2025 **Status:** ✅ Merged **Merged:** 8/19/2025 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `feat(wm)/workspace-work-area-offset` --- ### 📝 Commits (1) - [`142e793`](https://github.com/LGUG2Z/komorebi/commit/142e7932e5f3f3bf20d18335d1cd69bc1dc7f3c1) feat: add the ability to set work-area-offset per workspace ### 📊 Changes **7 files changed** (+57 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `komorebi/src/core/mod.rs` (+1 -0) 📝 `komorebi/src/process_command.rs` (+8 -0) 📝 `komorebi/src/static_config.rs` (+4 -0) 📝 `komorebi/src/window_manager.rs` (+1 -0) 📝 `komorebi/src/workspace.rs` (+6 -1) 📝 `komorebic.lib.ahk` (+4 -0) 📝 `komorebic/src/main.rs` (+33 -0) </details> ### 📄 Description This commit adds the option to set 'work_area_offset' per workspace. If no workspace work area offset is set for that workspace it will instead use the value of the globals.work_area_offset for that workspace. <!-- Please follow the Conventional Commits specification. If you need to update your PR with changes from `master`, please run `git rebase master`. By opening this PR, you confirm that you have read and understood this project's `CONTRIBUTING.md`. --> --- <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:55:13 +01:00
adam closed this issue 2026-01-05 14:55:13 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1418