[PR #597] [CLOSED] feat(animations): add window move animations #1006

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/597
Author: @LGUG2Z
Created: 11/25/2023
Status: Closed

Base: masterHead: animate-window-move


📝 Commits (6)

  • 9d1c0ad feature: animation
  • 95df970 Feature: Animation. Need fixes
  • 50b1243 fix(animations): fix border updates + apply lints
  • e24835a fix(animations): update mouse follows focus
  • a8aad69 feat(config): add animation options
  • 23cc38b refactor(cli): update animation cmd names

📊 Changes

14 files changed (+766 additions, -22 deletions)

View changed files

komorebi-core/src/animation.rs (+43 -0)
📝 komorebi-core/src/lib.rs (+5 -0)
komorebi/src/animation.rs (+510 -0)
📝 komorebi/src/main.rs (+7 -0)
📝 komorebi/src/process_command.rs (+13 -1)
📝 komorebi/src/process_event.rs (+8 -2)
📝 komorebi/src/static_config.rs (+29 -0)
📝 komorebi/src/window.rs (+66 -1)
📝 komorebi/src/window_manager.rs (+11 -12)
📝 komorebi/src/window_manager_event.rs (+6 -1)
📝 komorebi/src/windows_api.rs (+15 -0)
📝 komorebi/src/windows_callbacks.rs (+5 -5)
📝 komorebi/src/workspace.rs (+10 -0)
📝 komorebic/src/main.rs (+38 -0)

📄 Description

No description provided


🔄 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/597 **Author:** [@LGUG2Z](https://github.com/LGUG2Z) **Created:** 11/25/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `animate-window-move` --- ### 📝 Commits (6) - [`9d1c0ad`](https://github.com/LGUG2Z/komorebi/commit/9d1c0ad7905e1509746f8d47564f3af532cb608c) feature: animation - [`95df970`](https://github.com/LGUG2Z/komorebi/commit/95df9708603ade2c062fe75c606014807eaf27a7) Feature: Animation. Need fixes - [`50b1243`](https://github.com/LGUG2Z/komorebi/commit/50b12431faa15397656a9d0ae8b393fa1bd45ddd) fix(animations): fix border updates + apply lints - [`e24835a`](https://github.com/LGUG2Z/komorebi/commit/e24835a4ae45ca2707b08224f43b23ef49a31e42) fix(animations): update mouse follows focus - [`a8aad69`](https://github.com/LGUG2Z/komorebi/commit/a8aad69ecbc03de684e2c931fa22065bfc43dfe0) feat(config): add animation options - [`23cc38b`](https://github.com/LGUG2Z/komorebi/commit/23cc38b1d3670a0bcc4ccf703e52bfdd5096b79b) refactor(cli): update animation cmd names ### 📊 Changes **14 files changed** (+766 additions, -22 deletions) <details> <summary>View changed files</summary> ➕ `komorebi-core/src/animation.rs` (+43 -0) 📝 `komorebi-core/src/lib.rs` (+5 -0) ➕ `komorebi/src/animation.rs` (+510 -0) 📝 `komorebi/src/main.rs` (+7 -0) 📝 `komorebi/src/process_command.rs` (+13 -1) 📝 `komorebi/src/process_event.rs` (+8 -2) 📝 `komorebi/src/static_config.rs` (+29 -0) 📝 `komorebi/src/window.rs` (+66 -1) 📝 `komorebi/src/window_manager.rs` (+11 -12) 📝 `komorebi/src/window_manager_event.rs` (+6 -1) 📝 `komorebi/src/windows_api.rs` (+15 -0) 📝 `komorebi/src/windows_callbacks.rs` (+5 -5) 📝 `komorebi/src/workspace.rs` (+10 -0) 📝 `komorebic/src/main.rs` (+38 -0) </details> ### 📄 Description _No description provided_ --- <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:42 +01:00
adam closed this issue 2026-01-05 14:53:42 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1006