xinitrc: start automount-daemon udiskie if available
This commit is contained in:
parent
42274c8131
commit
26d8a6b5b4
1 changed files with 5 additions and 0 deletions
5
xinitrc
5
xinitrc
|
|
@ -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 &
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue