Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Guilhem Baccialone
e4eb553a9b Fix wrong path of some startup utilities 2026-07-07 07:47:58 +02:00
Guilhem Baccialone
8256405b1a Adapt autostart.sh to cachyos 2026-06-22 23:03:46 +02:00

View file

@ -3,16 +3,16 @@
set +e
# pipewire
gentoo-pipewire-launcher restart >/dev/null 2>&1 &
# gentoo-pipewire-launcher restart >/dev/null 2>&1 &
# ssh agent
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 &