diff options
Diffstat (limited to '.config/pulse')
-rw-r--r-- | .config/pulse/daemon.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/pulse/daemon.conf b/.config/pulse/daemon.conf new file mode 100644 index 0000000..ef900f1 --- /dev/null +++ b/.config/pulse/daemon.conf @@ -0,0 +1,4 @@ +# Never exit pulseaudio if idle. This is to deal with an issue of Chromium +# browsers not properly starting Pulseaudio by themselves. When the underlying +# issue is solved, this file/directory should be removed. +exit-idle-time = -1 |