start: run udisks-glue

This is a way to automount disks.
This commit is contained in:
Vincent Bernat 2014-07-20 13:31:56 +02:00
parent 4909f5bde6
commit d0dbe38a14

View file

@ -5,6 +5,7 @@ awful.util.spawn("compton --vsync opengl-swc --backend glx", false)
local execute = {
-- Start PulseAudio
"pulseaudio --check || pulseaudio -D",
"udisks-glue -p /run/user/$(id -u)/udisks-glue.pid",
"xset -b", -- Disable bell
-- Enable numlock
"numlockx on",