added xdg-desktop stuff to autostart

This commit is contained in:
λmolinae 2025-01-31 20:20:59 -06:00
parent 93178f69f4
commit c930463deb

View file

@ -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) */