sway: add more env vars to dbus activation

This commit is contained in:
Leonardo Eugênio 2024-04-06 20:45:03 -03:00
parent 9f10425c04
commit 850be61bf3

View file

@ -11,7 +11,7 @@
executable = true; executable = true;
text = '' text = ''
systemctl --user import-environment systemctl --user import-environment
dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway SWAYSOCK
# systemctl --user stop pipewire wireplumber xdg-desktop-portal xdg-desktop-portal-wlr # systemctl --user stop pipewire wireplumber xdg-desktop-portal xdg-desktop-portal-wlr
# systemctl --user start pipewire wireplumber xdg-desktop-portal xdg-desktop-portal-wlr # systemctl --user start pipewire wireplumber xdg-desktop-portal xdg-desktop-portal-wlr
''; '';