diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-05-11 21:51:02 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-05-11 21:51:02 +0530 |
| commit | 05bcfdecc7f0f83293311f248199473073a8fa4f (patch) | |
| tree | e6f4da6121906e4075548c9010e5ea7e9a6e156f | |
| parent | e8d03b24b6f2b409eb21d420ce5a618359dd1c2d (diff) | |
add systemctl import environment
| -rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 }; |
