From fff27bf7f1cf118c28250ebcf3520547f11c88b7 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Mon, 14 Oct 2024 09:20:43 -0400 Subject: [PATCH] Lets try this --- modules/users/crow/configs/sway/sway.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/users/crow/configs/sway/sway.conf b/modules/users/crow/configs/sway/sway.conf index a5a88be..3cf3685 100644 --- a/modules/users/crow/configs/sway/sway.conf +++ b/modules/users/crow/configs/sway/sway.conf @@ -1,3 +1,11 @@ +########################### +### Systemd Integration ### +########################### + +exec systemctl --user import-environment XDG_SESSION_TYPE XDG_CURRENT_DESKTOP +exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway + + ################ ### MONITORS ### ################