mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #655] [CLOSED] feature: Smooth animations on minimize and restore #1036
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/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.