Add udiskie command to xinitrc for automount
This commit is contained in:
parent
53c9b156be
commit
421804bef5
1 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,10 @@ if command -v numlockx >/dev/null 2>&1; then
|
||||||
numlockx &
|
numlockx &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if command -v udiskie >/dev/null 2>&1; then
|
||||||
|
udiskie --tray &
|
||||||
|
fi
|
||||||
|
|
||||||
if command -v protonvpn >/dev/null 2>&1; then
|
if command -v protonvpn >/dev/null 2>&1; then
|
||||||
sudo protonvpn c -f
|
sudo protonvpn c -f
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue