mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-13 03:34:22 +02:00
rc: don't start udisks-glue
Use "udisksctl mount -b /dev/sdb1" instead.
This commit is contained in:
parent
1342c2b227
commit
572f39c0c1
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ awful.util.spawn("compton --backend glx --xrender-sync --xrender-sync-fence --vs
|
||||||
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