added xdg-desktop stuff to autostart
This commit is contained in:
parent
93178f69f4
commit
c930463deb
1 changed files with 7 additions and 5 deletions
12
config.h
12
config.h
|
@ -40,11 +40,13 @@ static const Env envs[] = {
|
||||||
|
|
||||||
/* Autostart */
|
/* Autostart */
|
||||||
static const char *const autostart[] = {
|
static const char *const autostart[] = {
|
||||||
"wbg", WALLPAPER, NULL,
|
"/usr/lib/xdg-desktop-portal", "-r", NULL,
|
||||||
"foot", "--server", NULL,
|
"/usr/lib/xdg-desktop-portal-wlr", "-r", NULL,
|
||||||
"swayidle", NULL,
|
"wbg", WALLPAPER, NULL,
|
||||||
"mako", NULL,
|
"foot", "--server", NULL,
|
||||||
NULL /* terminate */
|
"swayidle", NULL,
|
||||||
|
"mako", NULL,
|
||||||
|
NULL /* terminate */
|
||||||
};
|
};
|
||||||
|
|
||||||
/* NOTE: ALWAYS keep a rule declared even if you don't use rules (e.g leave at least one example) */
|
/* NOTE: ALWAYS keep a rule declared even if you don't use rules (e.g leave at least one example) */
|
||||||
|
|
Loading…
Add table
Reference in a new issue