Add dunst and polkit-kde-agent
This commit is contained in:
parent
1e330f25f4
commit
1da0ea7f1e
3 changed files with 19 additions and 2 deletions
|
@ -105,10 +105,14 @@ workspace = {{ workspace['id'] }}{% if 'monitor' in workspace %}, monitor:desc:{
|
|||
|
||||
{% endfor %}
|
||||
|
||||
# Execute apps at launch
|
||||
# Execute helper programs
|
||||
exec-once = systemctl --user import-environment DISPLAY WAYLAND_DISPLAY && hash dbus-update-activation-environment 2>/dev/null && dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
||||
exec-once = systemctl --user start plasma-polkit-agent.service
|
||||
exec-once = dunst -config ~/.config/dunst/dunst.ini
|
||||
exec-once = waybar & ~/.local/bin/hyprhelpr background & ~/.local/bin/hyprhelpr idle
|
||||
exec-once = flatpak run com.tomjwatson.Emote
|
||||
|
||||
# Execute apps at launch
|
||||
{% if 'nextcloud' in role_names %}
|
||||
exec-once = nextcloud --background
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue