hyprdots

my dotfiles
git clone https://git.awy.one/hyprdots.git
Log | Files | Refs | README | LICENSE

pipewire.conf (452B)


      1 context.properties = {
      2     link.max-buffers                       = 16                       # version < 3 clients can't handle more
      3 
      4 
      5     core.daemon = true              # listening for socket connections
      6     core.name   = pipewire-0        # core name and socket name
      7 
      8     default.clock.rate          = 192000
      9     default.clock.allowed-rates = [ 48000 192000 ]
     10 
     11     module.x11.bell = true
     12     module.access = true
     13     module.jackdbus-detect = true
     14 }