fix(firewall-applet): add delay to autostart config

This commit is contained in:
BluishHumility
2024-10-19 08:50:27 -04:00
parent 7fe49c0fb2
commit be73ce3ac9

View File

@@ -28,7 +28,7 @@ exec wl-paste --type image --watch cliphist store
exec nm-applet --indicator exec nm-applet --indicator
# Firewall Applet # Firewall Applet
exec QT_QPA_PLATFORM=xcb firewall-applet exec sleep 2 && firewall-applet
# Welcome App # Welcome App
exec eos-welcome --startdelay=3 exec eos-welcome --startdelay=3