From c930463debea5f664c03023fdab1fd55f35402b5 Mon Sep 17 00:00:00 2001 From: amolinae06 Date: Fri, 31 Jan 2025 20:20:59 -0600 Subject: [PATCH] added xdg-desktop stuff to autostart --- config.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/config.h b/config.h index 1f22717..2ea2c50 100644 --- a/config.h +++ b/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) */