mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1476] [MERGED] feat(wm): add the ability to set work-area-offset per workspace #1418
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/1476
Author: @omark96
Created: 6/6/2025
Status: ✅ Merged
Merged: 8/19/2025
Merged by: @LGUG2Z
Base:
master← Head:feat(wm)/workspace-work-area-offset📝 Commits (1)
142e793feat: 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.