From 89d9f783a8fa368476caee97294fd50dad387d4c Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Tue, 10 Mar 2026 14:01:34 +0200 Subject: [PATCH] Also set XDG_SESSION_CLASS=user --- .config/environment.d/99-xdg_current_desktop.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/environment.d/99-xdg_current_desktop.conf b/.config/environment.d/99-xdg_current_desktop.conf index 3e194aa..0c77d2f 100644 --- a/.config/environment.d/99-xdg_current_desktop.conf +++ b/.config/environment.d/99-xdg_current_desktop.conf @@ -1,3 +1,4 @@ XDG_CURRENT_DESKTOP=sway +XDG_SESSION_CLASS=user GDK_BACKEND=wayland GDK_DEBUG=portals