sway: Update autoruns
This commit is contained in:
parent
ee61de61cd
commit
213971407f
1 changed files with 4 additions and 2 deletions
|
@ -7,9 +7,11 @@
|
|||
exec_always /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
|
||||
# Make sure the systemd user session gets all envs
|
||||
exec_always "systemctl --user import-environment"
|
||||
exec_always "systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK"
|
||||
exec_always "dbus-update-activation-environment --all --systemd"
|
||||
|
||||
exec eval $(gnome-keyring-daemon --start)
|
||||
# Not needed if started via Systemd
|
||||
#exec eval $(gnome-keyring-daemon --start)
|
||||
|
||||
# Autostart applets
|
||||
exec nm-applet --indicator
|
||||
|
|
Loading…
Add table
Reference in a new issue