Fix wrong path of some startup utilities

This commit is contained in:
Guilhem Baccialone 2026-07-07 07:45:01 +02:00
parent 1f24fde993
commit 7f3a7415de

View file

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