From 7c16c48b8c8f81b9e9f3959629483d4c934bd0a0 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 30 Apr 2025 22:00:57 +1000 Subject: dev: run script ignore process kill msg --- run.fish | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run.fish b/run.fish index 7da6089..2a1f7a2 100755 --- a/run.fish +++ b/run.fish @@ -5,5 +5,6 @@ set -l hypr 'invalid nullptr parameter' # Error that always pops up on Hyprland set -l intercept '^qsintercept:' # Line before binding loop set -l loop 'Binding loop detected' # Binding loops set -l icons 'Searching custom icon paths is not yet supported' # Error for system tray icons +set -l process 'QProcess: Destroyed while process' -qs -c caelestia --log-rules $dbus | grep -v -e $hypr -e $intercept -e $loop -e $icons +qs -c caelestia --log-rules $dbus | grep -v -e $hypr -e $intercept -e $loop -e $icons -e $process -- cgit v1.2.3-freya