1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 15:01:59 +01:00

add missing env var for seahorse and gnome-keyring XAUTHORITY

This commit is contained in:
eoli3n 2022-09-15 17:32:45 +02:00
parent e1bfb8927a
commit e8abf78f6e

@ -208,7 +208,7 @@ exec_always bash -c "pgrep -x mako || mako"
# xdg-desktop-portal-wlr # xdg-desktop-portal-wlr
{% if ansible_service_mgr == "systemd" %} {% if ansible_service_mgr == "systemd" %}
exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP XDG_SESSION_TYPE exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP XDG_SESSION_TYPE XAUTHORITY
{% else %} {% else %}
exec dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway exec dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
{% endif %} {% endif %}