Fix wrong path of some startup utilities

This commit is contained in:
Guilhem Baccialone 2026-07-07 07:45:01 +02:00
parent 8256405b1a
commit e4eb553a9b

View file

@ -9,10 +9,10 @@ set +e
ssh-agent -a /run/user/1000/ssh-agent.socket >/dev/null 2>&1 &
# password
/usr/lib/polkit-kde-authentication-agent-1 >/dev/null 2>&1 &
/usr/libexec/polkit-kde-authentication-agent-1 >/dev/null 2>&1 &
# portal
/usr/lib/xdg-desktop-portal-wlr >/dev/null 2>&1 &
/usr/libexec/xdg-desktop-portal-kde >/dev/null 2>&1 &
# clipboard content manager
wl-paste --type text --watch cliphist store >/dev/null 2>&1 &