Re-order autostart

This commit is contained in:
Sravan Balaji
2024-09-03 14:58:33 -04:00
parent 3ce535f05c
commit de482a613a
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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 */
};