[PR #1124] [MERGED] feat: smooth scrolling speed option #5381

Closed
opened 2026-05-23 00:57:04 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1124
Author: @JakeStanger
Created: 8/24/2025
Status: Merged
Merged: 8/24/2025
Merged by: @JakeStanger

Base: masterHead: feat/scroll-speed


📝 Commits (1)

  • ebcb972 feat: smooth scrolling speed option

📊 Changes

3 files changed (+43 additions, -11 deletions)

View changed files

📝 docs/Configuration guide.md (+10 -9)
📝 src/config/common.rs (+20 -2)
test-configs/custom-scroll.corn (+13 -0)

📄 Description

Adds a new common option smooth_scroll_speed which controls the speed at which scroll events are emitted when scrolling on a trackpad, and using on_scroll_up and on_scroll_down.

Resolves #775


🔄 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/1124 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 8/24/2025 **Status:** ✅ Merged **Merged:** 8/24/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `feat/scroll-speed` --- ### 📝 Commits (1) - [`ebcb972`](https://github.com/JakeStanger/ironbar/commit/ebcb972886ed74b31a089408ab9f890e8151f6fb) feat: smooth scrolling speed option ### 📊 Changes **3 files changed** (+43 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `docs/Configuration guide.md` (+10 -9) 📝 `src/config/common.rs` (+20 -2) ➕ `test-configs/custom-scroll.corn` (+13 -0) </details> ### 📄 Description Adds a new common option `smooth_scroll_speed` which controls the speed at which scroll events are emitted when scrolling on a trackpad, and using `on_scroll_up` and `on_scroll_down`. Resolves #775 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 00:57:04 +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#5381
No description provided.