mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1278] [MERGED] Fix the default hiding behaviour not matching the documentation #1293
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/1278
Author: @Insprill
Created: 2/13/2025
Status: ✅ Merged
Merged: 2/15/2025
Merged by: @LGUG2Z
Base:
master← Head:fix/default-hiding-behaviour📝 Commits (1)
d3ac803fix(wm): Set the default hiding behaviour to Cloak📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
komorebi/src/lib.rs(+1 -1)📄 Description
The Configuration Reference and Rust Doc both state that the default hiding behaviour is
Cloak, however, the default was actually set toMinimize.While this technically changes the behaviour for anyone who doesn't have this option explicitly set, I feel it's more important to match the documentation, especially considering the other options were soft deprecated almost a year ago in
cc7dbde049and the obvious issuesMinimizecauses when switching workspaces.I noticed this after removing the config option since I thought it was redundant, which caused the workspace switching issues mentioned in the docs for
Minimize.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.