Add shikane and azote to startup

This commit is contained in:
Sravan Balaji
2024-09-03 00:41:35 -04:00
parent 71411f99c8
commit eab33c78c5
2 changed files with 4 additions and 0 deletions

View File

@@ -107,6 +107,8 @@ static const char *const autostart[] = {
"/usr/bin/syncthing-gtk", NULL,
"/usr/bin/openrgb", NULL,
"/usr/bin/udiskie", "-a", "-n", "-s", NULL,
"/usr/bin/shikane", NULL,
"/usr/bin/bash", "/home/sravan/.azotebg", NULL,
NULL /* terminate */
};
#endif // AUTOSTART_PATCH

View File

@@ -28,6 +28,8 @@ static const char *const autostart[] = {
"/usr/bin/syncthing-gtk", NULL,
"/usr/bin/openrgb", NULL,
"/usr/bin/udiskie", "-a", "-n", "-s", NULL,
"/usr/bin/shikane", NULL,
"/usr/bin/bash", "/home/sravan/.azotebg", NULL,
NULL /* terminate */
};
#endif // AUTOSTART_PATCH