Add shikane and azote to startup

This commit is contained in:
Sravan Balaji
2024-09-03 00:41:35 -04:00
parent 87b6cfbfe2
commit 3ce535f05c
2 changed files with 4 additions and 0 deletions

View File

@@ -92,6 +92,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 */
};
#+END_SRC

View File

@@ -27,6 +27,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 */
};