From Timotej Lazar to ~sircmpwn/alpine-aports
--- Mostly because I spent too much time figuring out why vrf="…" in conf.d didn’t work. :) Thanks! main/conntrack-tools/APKBUILD | 10 +++++--- main/conntrack-tools/conntrackd.initd | 35 ++++++++++++--------------- 2 files changed, 21 insertions(+), 24 deletions(-) diff --git a/main/conntrack-tools/APKBUILD b/main/conntrack-tools/APKBUILD index e1ad0fa20c..6ee991ade9 100644 --- a/main/conntrack-tools/APKBUILD +++ b/main/conntrack-tools/APKBUILD [message trimmed]
From Timotej Lazar to ~mil/sxmo-devel
On a PinePhone, this function took ~90 ms before the change and ~45 ms after. --- scripts/core/sxmo_appmenu.sh | 55 +++++++++++++++++++++++------------- 1 file changed, 36 insertions(+), 19 deletions(-) diff --git a/scripts/core/sxmo_appmenu.sh b/scripts/core/sxmo_appmenu.sh index b31c2aa..154415c 100755 --- a/scripts/core/sxmo_appmenu.sh +++ b/scripts/core/sxmo_appmenu.sh @@ -14,14 +14,15 @@ gracefulexit() { programchoicesinit() { XPROPOUT="$(xprop -id "$(xdotool getactivewindow)")" [message trimmed]