diff options
| author | Tim Hämisch <haemtim@gmail.com> | 2025-06-13 17:49:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-13 17:49:49 +0200 |
| commit | 5fb727a4c8d9e89acc63a1c353202423bc7b120e (patch) | |
| tree | 28839211a383025df53168993d090cdccaa9bf7a /run.fish | |
| parent | Add shutdown, reboot, and logout actions to launcher (diff) | |
| parent | docs: add contributing.md (diff) | |
| download | caelestia-shell-5fb727a4c8d9e89acc63a1c353202423bc7b120e.tar.gz caelestia-shell-5fb727a4c8d9e89acc63a1c353202423bc7b120e.tar.bz2 caelestia-shell-5fb727a4c8d9e89acc63a1c353202423bc7b120e.zip | |
Merge branch 'caelestia-dots:main' into betteractions
Diffstat (limited to 'run.fish')
| -rwxr-xr-x | run.fish | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,5 +4,6 @@ set -l dbus 'quickshell.dbus.properties.warning = false;quickshell.dbus.dbusmenu set -l notifs 'quickshell.service.notifications.warning = false' # Notification server warnings on reload 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 +set -l cache "Cannot open: file://$XDG_CACHE_HOME/caelestia/imagecache/" -qs -p (dirname (status filename)) --log-rules "$dbus;$notifs;$sni" | grep -vE -e $process +qs -p (dirname (status filename)) --log-rules "$dbus;$notifs;$sni" | grep -vF -e $process -e $cache |