mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-27 20:18:49 +02:00
start: don't start pulseaudio
It's now started by systemd --user.
This commit is contained in:
parent
6e5ed5605b
commit
56a264731d
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ local execute = {
|
||||||
-- Kill any running nm-applet
|
-- Kill any running nm-applet
|
||||||
"pkill nm-applet",
|
"pkill nm-applet",
|
||||||
-- Start PulseAudio
|
-- Start PulseAudio
|
||||||
"pulseaudio --check || pulseaudio -D",
|
|
||||||
"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