aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-04-30 20:43:37 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-04-30 20:43:37 +0530
commita9911cb7a49489065c105b272a1162c1a04cacbd (patch)
tree6496c9dd4b04b3bbef3cc01093810ba2d46a59ed /config.def.h
parent3dea3a1096e66838cc56113d326f1eab094d2c61 (diff)
Add nm-applet to autostart
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
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
};