Add udiskie command to xinitrc for automount

This commit is contained in:
flyingscorpio@pinebookpro 2021-07-17 18:16:14 +02:00
parent 53c9b156be
commit 421804bef5

View file

@ -43,6 +43,10 @@ if command -v numlockx >/dev/null 2>&1; then
numlockx &
fi
if command -v udiskie >/dev/null 2>&1; then
udiskie --tray &
fi
if command -v protonvpn >/dev/null 2>&1; then
sudo protonvpn c -f
fi