diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-04-30 20:43:37 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-04-30 20:43:37 +0530 |
| commit | a9911cb7a49489065c105b272a1162c1a04cacbd (patch) | |
| tree | 6496c9dd4b04b3bbef3cc01093810ba2d46a59ed | |
| parent | 3dea3a1096e66838cc56113d326f1eab094d2c61 (diff) | |
Add nm-applet to autostart
| -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 ed0b520..ec24497 100644 --- a/config.def.h +++ b/config.def.h @@ -28,6 +28,7 @@ static const char *const autostart[] = { "way-displays", NULL, "dunst", NULL, "swayidle", "before-sleep", "swaylock", "lock", "swaylock", NULL, + "nm-applet", NULL, NULL }; |
