[PR #1522] [MERGED] feat(wm): add config option to set tiling #1444

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

📋 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: masterHead: feat(wm)/set-tiling-for-workspaces


📝 Commits (1)

  • bc9b112 feat(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.

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>
adam added the pull-request label 2026-01-05 14:55:18 +01:00
adam closed this issue 2026-01-05 14:55:18 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1444