From 4582d8a968ff52b68bc83985089145f4b94894cb Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Sun, 20 Jul 2025 01:18:23 +0200 Subject: [PATCH] foot: limit concurrency --- dot-config/foot/foot.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot-config/foot/foot.ini b/dot-config/foot/foot.ini index dc4ecfb8..e6e61b87 100644 --- a/dot-config/foot/foot.ini +++ b/dot-config/foot/foot.ini @@ -40,7 +40,7 @@ pad=10x5 center # optionally append 'center' # bold-text-in-bright=no # word-delimiters=,│`|:"'()[]{}<> # selection-target=primary -workers=16 +workers=8 # limited to 1 ccx without smt # utmp-helper=/usr/lib/utempter/utempter # When utmp backend is ‘libutempter’ (Linux) # utmp-helper=/usr/libexec/ulog-helper # When utmp backend is ‘ulog’ (FreeBSD) -- 2.51.2