[PR #846] [MERGED] refactor(keys): switch to colpetto #8014

Closed
opened 2026-05-23 02:56:24 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/846
Author: @JakeStanger
Created: 1/16/2025
Status: Merged
Merged: 4/4/2025
Merged by: @JakeStanger

Base: masterHead: refactor/keys/colpetto


📝 Commits (3)

  • a023155 refactor(keys): switch to colpetto
  • 5bb1c88 refactor(clipboard): switch from nix to rustix
  • ff9ba7b fix(clipboard): failing to paste in some applications

📊 Changes

7 files changed (+1156 additions, -1000 deletions)

View changed files

📝 Cargo.lock (+986 -841)
📝 Cargo.toml (+20 -21)
📝 src/clients/libinput.rs (+100 -103)
📝 src/clients/mod.rs (+7 -4)
📝 src/clients/wayland/wlr_data_control/mod.rs (+35 -26)
📝 src/clients/wayland/wlr_data_control/offer.rs (+2 -3)
📝 src/clients/wayland/wlr_data_control/source.rs (+6 -2)

📄 Description

Switches from the input crate to new async colpetto. Less janky to work with, and comes with noticeable performance improvements.


🔄 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/JakeStanger/ironbar/pull/846 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 1/16/2025 **Status:** ✅ Merged **Merged:** 4/4/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `refactor/keys/colpetto` --- ### 📝 Commits (3) - [`a023155`](https://github.com/JakeStanger/ironbar/commit/a0231559d04c86851b001ea8610e11d01327f0c6) refactor(keys): switch to `colpetto` - [`5bb1c88`](https://github.com/JakeStanger/ironbar/commit/5bb1c88c126819d921694c1e80ef9455244553cf) refactor(clipboard): switch from `nix` to `rustix` - [`ff9ba7b`](https://github.com/JakeStanger/ironbar/commit/ff9ba7b5f5958c212db4bd5e8e1b4d71ce38b91d) fix(clipboard): failing to paste in some applications ### 📊 Changes **7 files changed** (+1156 additions, -1000 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+986 -841) 📝 `Cargo.toml` (+20 -21) 📝 `src/clients/libinput.rs` (+100 -103) 📝 `src/clients/mod.rs` (+7 -4) 📝 `src/clients/wayland/wlr_data_control/mod.rs` (+35 -26) 📝 `src/clients/wayland/wlr_data_control/offer.rs` (+2 -3) 📝 `src/clients/wayland/wlr_data_control/source.rs` (+6 -2) </details> ### 📄 Description Switches from the `input` crate to new async `colpetto`. Less janky to work with, and comes with noticeable performance improvements. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 02:56:24 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#8014
No description provided.