From 127bfd0963974231fa3e2035ce7c83f77b0d8c97 Mon Sep 17 00:00:00 2001 From: q3aql Date: Sat, 10 May 2025 10:14:34 +0200 Subject: [PATCH] Add xdg-desktop-portal-wlr at startup --- .config/sway/config | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/sway/config b/.config/sway/config index 0b6ce1f..bd5c666 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -33,6 +33,7 @@ exec --no-startup-id pnmixer -t & # Configure screens and resolution exec --no-startup-id ~/.config/sway/startwlrrandr.sh & +exec --no-startup-id systemctl --user start xdg-desktop-portal-wlr.service # Configure wallpaper exec --no-startup-id "swaybg -i ~/wallpapers/gruvbox-arch.png -m fill"