From 2809db15067fa8218cdfd3119efef3461d8e9fef Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 1 May 2025 17:18:14 +1000 Subject: dev: some cleanup --- run.fish | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'run.fish') diff --git a/run.fish b/run.fish index 78cd42b..9407830 100755 --- a/run.fish +++ b/run.fish @@ -4,8 +4,7 @@ set -l dbus 'quickshell.dbus.properties.warning = false' # System tray dbus pro set -l hypr 'invalid nullptr parameter' # Error that always pops up on Hyprland set -l intercept '^qsintercept:.*(:[0-9]+){2}$' # Empty qsintercept lines 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' # Long running processes on reload set -l asyncLoader 'items in the process of being created at engine destruction' # Async loaders on reload -qs -c caelestia --log-rules $dbus | grep -vE -e $hypr -e $intercept -e $loop -e $icons -e $process -e $asyncLoader +qs -c caelestia --log-rules $dbus | grep -vE -e $hypr -e $intercept -e $loop -e $process -e $asyncLoader -- cgit v1.2.3-freya