From b0e8a4dcea36afc3ed9b99c5506ebab1250b877d Mon Sep 17 00:00:00 2001 From: Nicolas Dorier Date: Sat, 7 Feb 2026 00:51:18 +0900 Subject: [PATCH] Fix: High IO pressure caused by ghostty (#4507) --- config/ghostty/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/ghostty/config b/config/ghostty/config index 4360f279..d53f5c32 100644 --- a/config/ghostty/config +++ b/config/ghostty/config @@ -32,3 +32,6 @@ keybind = super+control+shift+alt+arrow_right=resize_split:right,100 # Slowdown mouse scrolling mouse-scroll-multiplier = 0.95 + +# Fix general slowness on hyprland (https://github.com/ghostty-org/ghostty/discussions/3224) +async-backend = epoll