Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config: add input-field dots_fade_time option #508

Merged
merged 1 commit into from
Oct 10, 2024

Conversation

The-Emperor10
Copy link
Contributor

Adds a config option dots_fade_time to input-field to control how many milliseconds it takes for dots to fade in and out while typing. Anything <= 0 is instant, disabling dots fading. The default is 200ms which is the same as before.

Closes: #355

* config: add input-field dots_fade_time option
Time is in milliseconds. Anything <= 0 is immediate.

* input-field: change speedPerSecond to fadeMs
Default is 200ms, which is the same amount of time as the previous
5 speedPerSecond. Not sure using doubles is necessary, but I'm
using them to avoid precision issues.

Closes: hyprwm#355
Copy link
Member

@vaxerski vaxerski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm from me, needs a wiki mr

@PaideiaDilemma looks ok?

@vaxerski
Copy link
Member

vaxerski commented Oct 7, 2024

wiki mr needed then and we can merge

@PaideiaDilemma
Copy link
Collaborator

Created the wiki MR, because I have a MR that conflicts with this one.

@PaideiaDilemma
Copy link
Collaborator

@vaxerski ping

@vaxerski vaxerski merged commit 264fb8b into hyprwm:main Oct 10, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disable fade in/out when typing?
3 participants