From a3ded28b7095b6b34d0a2d61f95a788803b071c9 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Mon, 11 Sep 2023 20:01:27 +0100 Subject: added xdg-desktop-portal-wlr to startup --- .config/qtile/autostart.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.config/qtile') diff --git a/.config/qtile/autostart.sh b/.config/qtile/autostart.sh index ebd7534..87feb6b 100755 --- a/.config/qtile/autostart.sh +++ b/.config/qtile/autostart.sh @@ -17,6 +17,11 @@ pkill -f /usr/libexec/polkit-gnome-authentication-agent-1 pkill -u "${USER}" -x pipewire\|wireplumber 1>/dev/null 2>&1 dbus-run-session pipewire &> /dev/null & +# Start xdg-desktop-portal-wlr + +pkill -f /usr/libexec/xdg-desktop-portal-wlr +/usr/libexec/xdg-desktop-portal-wlr & + # Kanshi pkill -f kanshi -- cgit v1.2.3