This commit adds the option to set whether a workspace should be tiled or not by default. It retains the default behaviour of komorebi, but adds the option to set a workspace to not be tiled by default, but still be able to change the default layout for that workspace.
tile set
tile not set
layout set
layout.val, tile.val
layout.val, true
layout not set
BSP, tile.val
BSP, false
🔄 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/1522
**Author:** [@omark96](https://github.com/omark96)
**Created:** 8/1/2025
**Status:** ✅ Merged
**Merged:** 9/2/2025
**Merged by:** [@LGUG2Z](https://github.com/LGUG2Z)
**Base:** `master` ← **Head:** `feat(wm)/set-tiling-for-workspaces`
---
### 📝 Commits (1)
- [`bc9b112`](https://github.com/LGUG2Z/komorebi/commit/bc9b112c02ae9b4f750ac86f5d00b93307d54123) feat(wm): add config option to set tiling
### 📊 Changes
**2 files changed** (+9 additions, -5 deletions)
<details>
<summary>View changed files</summary>
📝 `komorebi/src/static_config.rs` (+6 -0)
📝 `komorebi/src/workspace.rs` (+3 -5)
</details>
### 📄 Description
This commit adds the option to set whether a workspace should be tiled or not by default. It retains the default behaviour of komorebi, but adds the option to set a workspace to not be tiled by default, but still be able to change the default layout for that workspace.
| | tile set | tile not set |
| --- | --- | --- |
| layout set | layout.val, tile.val | layout.val, true |
| layout not set| BSP, tile.val | BSP, false |
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/1522
Author: @omark96
Created: 8/1/2025
Status: ✅ Merged
Merged: 9/2/2025
Merged by: @LGUG2Z
Base:
master← Head:feat(wm)/set-tiling-for-workspaces📝 Commits (1)
bc9b112feat(wm): add config option to set tiling📊 Changes
2 files changed (+9 additions, -5 deletions)
View changed files
📝
komorebi/src/static_config.rs(+6 -0)📝
komorebi/src/workspace.rs(+3 -5)📄 Description
This commit adds the option to set whether a workspace should be tiled or not by default. It retains the default behaviour of komorebi, but adds the option to set a workspace to not be tiled by default, but still be able to change the default layout for that workspace.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.