dev: run script ignore process kill msg
This commit is contained in:
parent
10a3abc955
commit
7c16c48b8c
1 changed files with 2 additions and 1 deletions
3
run.fish
3
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue