fix: added input

This commit is contained in:
kenji
2025-12-26 13:18:43 -06:00
parent 4cf1c3e74d
commit b9595f283a
+7 -2
View File
@@ -1,6 +1,11 @@
{ {
wayland.windowManager.hyprland.settings = { wayland.windowManager.hyprland.settings = {
repeat_rate = 50; input = {
repeat_delay = 300; repeat_rate = 50;
repeat_delay = 300;
};
cursor = {
hide_on_key_press = true;
};
}; };
} }