mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-14 12:14:20 +02:00
start: run udisks-glue
This is a way to automount disks.
This commit is contained in:
parent
4909f5bde6
commit
d0dbe38a14
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ awful.util.spawn("compton --vsync opengl-swc --backend glx", false)
|
||||||
local execute = {
|
local execute = {
|
||||||
-- Start PulseAudio
|
-- Start PulseAudio
|
||||||
"pulseaudio --check || pulseaudio -D",
|
"pulseaudio --check || pulseaudio -D",
|
||||||
|
"udisks-glue -p /run/user/$(id -u)/udisks-glue.pid",
|
||||||
"xset -b", -- Disable bell
|
"xset -b", -- Disable bell
|
||||||
-- Enable numlock
|
-- Enable numlock
|
||||||
"numlockx on",
|
"numlockx on",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue