add applets to i3 startup

This commit is contained in:
2024-06-23 22:58:17 +02:00
parent eda8f0a57a
commit f89401c623
2 changed files with 5 additions and 5 deletions

View File

@@ -452,13 +452,13 @@ exec --no-startup-id /usr/bin/dunst
# you need to have tray apps started manually one by one:
# start blueberry app for managing bluetooth devices from tray:
#exec --no-startup-id blueberry-tray
exec --no-startup-id blueberry-tray
# networkmanager-applet
#exec --no-startup-id nm-applet
exec --no-startup-id nm-applet
# clipman-applet
#exec --no-startup-id xfce4-clipman
exec --no-startup-id xfce4-clipman
##################
# floating rules #