Fix wrong path of some startup utilities
This commit is contained in:
parent
5801b5c10a
commit
4cedd6ac19
1 changed files with 2 additions and 2 deletions
|
|
@ -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 &
|
||||
|
||||
# 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 &
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue