[PR #655] [CLOSED] feature: Smooth animations on minimize and restore #1036

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/655
Author: @eythaann
Created: 2/3/2024
Status: Closed

Base: masterHead: master


📝 Commits (6)

📊 Changes

7 files changed (+129 additions, -24 deletions)

View changed files

📝 komorebi/src/container.rs (+24 -3)
📝 komorebi/src/main.rs (+11 -3)
📝 komorebi/src/monitor.rs (+23 -4)
📝 komorebi/src/static_config.rs (+30 -0)
📝 komorebi/src/window.rs (+16 -3)
📝 komorebi/src/workspace.rs (+7 -11)
📝 schema.json (+18 -0)

📄 Description

Send minimize and restore actions at the same time create conflicts on the animations, and slow down the desktop, wait for minimize animations improve the visual animation on changing of workspaces, aditionally as an idea, we can implement a custom configuration in the json for allow user customize the wait time for minimization.

A video showing the new smooths animations on changing workspaces:
https://github.com/LGUG2Z/komorebi/assets/76607907/94c98354-119a-4ab6-8665-7332b6a01d53


🔄 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/655 **Author:** [@eythaann](https://github.com/eythaann) **Created:** 2/3/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`2496883`](https://github.com/LGUG2Z/komorebi/commit/24968839b68ef5aa28274e3b1c7a9e28d89b9021) enh: Smooth animations on minimize - [`4bcefa9`](https://github.com/LGUG2Z/komorebi/commit/4bcefa94c4991866d447a5db0b98e93eae1f99e5) enhancement: add animations config - [`0b2587d`](https://github.com/LGUG2Z/komorebi/commit/0b2587da6ee1c94c6c3821a030a1839683162ab6) fix: no waiting animation on single container switchs - [`bb44fb6`](https://github.com/LGUG2Z/komorebi/commit/bb44fb6c2e42b620c218b23d9bfd7874a64c7747) Merge branch 'LGUG2Z:master' into master - [`3ccd46e`](https://github.com/LGUG2Z/komorebi/commit/3ccd46ebdab808ef92a7fce47fb6fafa63e0bfcc) Merge branch 'master' of https://github.com/LGUG2Z/komorebi - [`293c1b2`](https://github.com/LGUG2Z/komorebi/commit/293c1b27531bbb61ebfc38f9eb81f6bb5c6c9fea) Merge branch 'master' of github.com:eythaann/komorebi ### 📊 Changes **7 files changed** (+129 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `komorebi/src/container.rs` (+24 -3) 📝 `komorebi/src/main.rs` (+11 -3) 📝 `komorebi/src/monitor.rs` (+23 -4) 📝 `komorebi/src/static_config.rs` (+30 -0) 📝 `komorebi/src/window.rs` (+16 -3) 📝 `komorebi/src/workspace.rs` (+7 -11) 📝 `schema.json` (+18 -0) </details> ### 📄 Description Send minimize and restore actions at the same time create conflicts on the animations, and slow down the desktop, wait for minimize animations improve the visual animation on changing of workspaces, aditionally as an idea, we can implement a custom configuration in the json for allow user customize the wait time for minimization. A video showing the new smooths animations on changing workspaces: https://github.com/LGUG2Z/komorebi/assets/76607907/94c98354-119a-4ab6-8665-7332b6a01d53 --- <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:53:52 +01:00
adam closed this issue 2026-01-05 14:53:52 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1036