Re-order autostart
This commit is contained in:
@@ -99,6 +99,8 @@ static int log_level = WLR_ERROR;
|
||||
#+BEGIN_SRC c :tangle config.h
|
||||
#if AUTOSTART_PATCH
|
||||
static const char *const autostart[] = {
|
||||
"/usr/bin/shikane", NULL,
|
||||
"/usr/bin/bash", "/home/sravan/.azotebg", NULL,
|
||||
"/usr/libexec/polkit-gnome-authentication-agent-1", NULL,
|
||||
"/usr/bin/kdeconnectd", "--replace", NULL,
|
||||
"/usr/bin/foot", "-s", NULL,
|
||||
@@ -107,8 +109,6 @@ 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
|
||||
|
4
config.h
4
config.h
@@ -20,6 +20,8 @@ static int log_level = WLR_ERROR;
|
||||
|
||||
#if AUTOSTART_PATCH
|
||||
static const char *const autostart[] = {
|
||||
"/usr/bin/shikane", NULL,
|
||||
"/usr/bin/bash", "/home/sravan/.azotebg", NULL,
|
||||
"/usr/libexec/polkit-gnome-authentication-agent-1", NULL,
|
||||
"/usr/bin/kdeconnectd", "--replace", NULL,
|
||||
"/usr/bin/foot", "-s", NULL,
|
||||
@@ -28,8 +30,6 @@ 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
|
||||
|
Reference in New Issue
Block a user