diff options
author | davidovski <david@davidovski.xyz> | 2023-11-08 00:33:43 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2023-11-08 00:33:43 +0000 |
commit | 90a7d7ceb3087efc6bd528c5930d62ab3237fe13 (patch) | |
tree | f2a4105a5ee2cc3c586184813980be8876564482 /config/cava | |
parent | 57aad4d5284bfecfbe8c3d30dd5ae5c65534ac68 (diff) |
Change st zoom keybind
Diffstat (limited to 'config/cava')
-rw-r--r-- | config/cava/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/cava/config b/config/cava/config index a2b5cf8..2ddd926 100644 --- a/config/cava/config +++ b/config/cava/config @@ -56,10 +56,10 @@ # For alsa 'source' will be the capture device. # For fifo 'source' will be the path to fifo-file. # For shmem 'source' will be /squeezelite-AA:BB:CC:DD:EE:FF where 'AA:BB:CC:DD:EE:FF' will be squeezelite's MAC address -source = auto +; source = auto -; method = alsa -; source = hw:Loopback,1 +method = alsa + source = hw:Loopback,1 ; method = fifo ; source = /tmp/mpd.fifo |