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,6 +40,8 @@ static const Env envs[] = {
/* Autostart */ /* Autostart */
static const char *const autostart[] = { static const char *const autostart[] = {
"/usr/lib/xdg-desktop-portal", "-r", NULL,
"/usr/lib/xdg-desktop-portal-wlr", "-r", NULL,
"wbg", WALLPAPER, NULL, "wbg", WALLPAPER, NULL,
"foot", "--server", NULL, "foot", "--server", NULL,
"swayidle", NULL, "swayidle", NULL,