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 */
|
||||
static const char *const autostart[] = {
|
||||
"wbg", WALLPAPER, NULL,
|
||||
"foot", "--server", NULL,
|
||||
"swayidle", NULL,
|
||||
"mako", NULL,
|
||||
NULL /* terminate */
|
||||
"/usr/lib/xdg-desktop-portal", "-r", NULL,
|
||||
"/usr/lib/xdg-desktop-portal-wlr", "-r", NULL,
|
||||
"wbg", WALLPAPER, NULL,
|
||||
"foot", "--server", NULL,
|
||||
"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) */
|
||||
|
|
Loading…
Add table
Reference in a new issue