From 05bcfdecc7f0f83293311f248199473073a8fa4f Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sat, 11 May 2024 21:51:02 +0530 Subject: add systemctl import environment --- config.def.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.def.h b/config.def.h index 8aa7d91..31ec8f9 100644 --- a/config.def.h +++ b/config.def.h @@ -30,6 +30,7 @@ static const char *const autostart[] = { "swayidle", "before-sleep", "swaylock", "lock", "swaylock", NULL, "nm-applet", NULL, "blueman-applet", NULL, + "systemctl", "--user", "import-environment", "DISPLAY", "WAYLAND_DISPLAY", NULL, NULL }; -- cgit v1.2.3