swaydots

sway deployment script
git clone https://git.awy.one/swaydots.git
Log | Files | Refs | README

commit 11ca07a8f4f5bc27d17f2ddf65598b87398c72d1
parent 15872e1381a0b18ccd531c38082c66969ee89fd4
Author: awy <awy@awy.one>
Date:   Sun, 16 Feb 2025 17:21:33 +0300

pipewire

Diffstat:
A.config/pipewire/pipewire.conf.d/pipewire.conf | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/.config/pipewire/pipewire.conf.d/pipewire.conf b/.config/pipewire/pipewire.conf.d/pipewire.conf @@ -0,0 +1,14 @@ +context.properties = { + link.max-buffers = 16 # version < 3 clients can't handle more + + + core.daemon = true # listening for socket connections + core.name = pipewire-0 # core name and socket name + + default.clock.rate = 192000 + default.clock.allowed-rates = [ 48000 192000 ] + + module.x11.bell = true + module.access = true + module.jackdbus-detect = true +}