sway: Make sure the systemd user session loads all envs
This commit is contained in:
parent
3be98ba7cc
commit
7b1ce3f563
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@
|
||||||
# I'm using 'polkit-gnome' as a polkit client as it has no dependencies
|
# I'm using 'polkit-gnome' as a polkit client as it has no dependencies
|
||||||
exec_always /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
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"
|
||||||
|
|
||||||
# Autostart applets
|
# Autostart applets
|
||||||
exec nm-applet --indicator
|
exec nm-applet --indicator
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue