Adapt autostart.sh to cachyos

This commit is contained in:
Guilhem Baccialone 2026-06-22 23:03:46 +02:00
parent 49c53140e4
commit 8256405b1a

View file

@ -3,7 +3,7 @@
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 &