mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 23:12:32 +01:00
fix gnome-keyring again and again
This commit is contained in:
parent
ebc10ac880
commit
89c2263a84
@ -208,6 +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 XAUTHORITY
|
exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP XDG_SESSION_TYPE XAUTHORITY
|
||||||
|
exec source /etc/X11/xinit/xinitrc.d/50-systemd-user.sh
|
||||||
{% 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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user