hypr: removes redundant delays

This commit is contained in:
biscuit
2025-05-20 14:32:32 -05:00
parent 530a7c9777
commit 3e7917aee3
+6
View File
@@ -106,6 +106,8 @@
kb_layout = "us"; kb_layout = "us";
follow_mouse = 1; follow_mouse = 1;
sensitivity = 0; sensitivity = 0;
repeat_delay = 250;
repeat_rate = 35;
touchpad = { touchpad = {
natural_scroll = false; natural_scroll = false;
@@ -118,6 +120,10 @@
workspace_swipe = false; workspace_swipe = false;
}; };
binds = {
scroll_event_delay = 0;
};
device = [ device = [
{ {
name = "epic-mouse-v1"; name = "epic-mouse-v1";