# Extra configuration file for pipewire-pulse # SPDX-License-Identifier: GPL-3.0-or-later # Copyright (C) 2023 Simon Ruderich pulse.properties = { server.address = [ "unix:native", # Extra pulse listen socket for other local users (VTYs) "unix:/dev/shm/pulse", ] } context.exec = [ # Racy but good enough ... { path = "/usr/bin/chmod", args = "0600 /dev/shm/pulse" } ]