From 17fb60f216e3f6979a44144677a7d1d8bb9e9fe4 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 6 Jun 2025 22:38:15 +1000 Subject: feat: tray item menus --- run.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run.fish') diff --git a/run.fish b/run.fish index c2f0847..0fddaee 100755 --- a/run.fish +++ b/run.fish @@ -1,6 +1,6 @@ #!/bin/fish -set -l dbus 'quickshell.dbus.properties.warning = false' # System tray dbus property errors +set -l dbus 'quickshell.dbus.properties.warning = false;quickshell.dbus.dbusmenu.warning = false' # System tray dbus property errors 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 -- cgit v1.2.3-freya