diff --git a/README.org b/README.org index e06d973..0a0c806 100644 --- a/README.org +++ b/README.org @@ -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 diff --git a/config.h b/config.h index 064fa24..681198c 100644 --- a/config.h +++ b/config.h @@ -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