xinitrc: start automount-daemon udiskie if available

This commit is contained in:
Thomas Preisner 2022-09-18 16:59:22 +02:00
parent 42274c8131
commit 26d8a6b5b4

View file

@ -23,6 +23,11 @@ if [ -d $HOME/.fonts ]; then
xset fp rehash
fi
# start automount-daemon for udisks2 if available
if type "udiskie" >/dev/null 2>&1; then
udiskie &
fi
# autolock on suspend
xss-lock -- i3lock --nofork &