Re-order autostart
This commit is contained in:
@@ -84,6 +84,8 @@ static int log_level = WLR_ERROR;
|
||||
|
||||
#+BEGIN_SRC c :tangle config.h
|
||||
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,
|
||||
@@ -92,8 +94,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 */
|
||||
};
|
||||
#+END_SRC
|
||||
|
4
config.h
4
config.h
@@ -19,6 +19,8 @@ static const float fullscreen_bg[] = {0.1f, 0.1f, 0.1f, 1.0f}; /* You ca
|
||||
static int log_level = WLR_ERROR;
|
||||
|
||||
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,
|
||||
@@ -27,8 +29,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 */
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user