mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Fix IO pressure on some machines with Ghostty
This commit is contained in:
7
migrations/1770393078.sh
Normal file
7
migrations/1770393078.sh
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
echo "Add async-backend = epoll to ghostty config to fix high IO pressure"
|
||||||
|
|
||||||
|
if [[ -f ~/.config/ghostty/config ]] && ! grep -q "^async-backend" ~/.config/ghostty/config; then
|
||||||
|
echo "" >> ~/.config/ghostty/config
|
||||||
|
echo "# Fix general slowness on hyprland (https://github.com/ghostty-org/ghostty/discussions/3224)" >> ~/.config/ghostty/config
|
||||||
|
echo "async-backend = epoll" >> ~/.config/ghostty/config
|
||||||
|
fi
|
||||||
Reference in New Issue
Block a user