diff options
author | Justine Smithies <justine@smithies.me.uk> | 2023-09-11 20:01:27 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2023-09-11 20:01:27 +0100 |
commit | a3ded28b7095b6b34d0a2d61f95a788803b071c9 (patch) | |
tree | 056f867b358f5c414da3425ad5539d04a236b5f9 /.config/qtile | |
parent | aef193d76cf58066e0793f82074aa021c7aff9be (diff) |
added xdg-desktop-portal-wlr to startup
Diffstat (limited to '.config/qtile')
-rwxr-xr-x | .config/qtile/autostart.sh | 5 |
1 files changed, 5 insertions, 0 deletions
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 |