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.
🔄 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>
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/655
Author: @eythaann
Created: 2/3/2024
Status: ❌ Closed
Base:
master← Head:master📝 Commits (6)
2496883enh: Smooth animations on minimize4bcefa9enhancement: add animations config0b2587dfix: no waiting animation on single container switchsbb44fb6Merge branch 'LGUG2Z:master' into master3ccd46eMerge branch 'master' of https://github.com/LGUG2Z/komorebi293c1b2Merge branch 'master' of github.com:eythaann/komorebi📊 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.