This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = configure(function (ctx) { | |
return { | |
// disabled for js reduction | |
vendor: { | |
disable: true, | |
}, | |
build: { | |
// the disabling part of quasar auto import | |
// found some outdated code online and updated it to work with latest quasar |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pactl load-module module-null-sink sink_name=Separated sink_properties=device.description="Separated" | |
pactl load-module module-loopback source=Separated.monitor sink=alsa_output.pci-0000_27_00.4.analog-stereo latency_msec=1 |