summaryrefslogtreecommitdiff
path: root/run.fish
diff options
context:
space:
mode:
Diffstat (limited to 'run.fish')
-rwxr-xr-xrun.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.fish b/run.fish
index 0eb886e..c2f0847 100755
--- a/run.fish
+++ b/run.fish
@@ -5,4 +5,4 @@ set -l notifs 'quickshell.service.notifications.warning = false' # Notification
set -l sni 'quickshell.service.sni.host.warning = false' # StatusNotifierItem warnings on reload
set -l process 'QProcess: Destroyed while process' # Long running processes on reload
-qs -c caelestia --log-rules "$dbus;$notifs;$sni" | grep -vE -e $process
+qs -p (dirname (status filename)) --log-rules "$dbus;$notifs;$sni" | grep -vE -e $process