From da649e54088566d63a095561379a1e22e5eb4fa0 Mon Sep 17 00:00:00 2001 From: hesam-init Date: Tue, 5 Nov 2024 17:56:16 +0330 Subject: [PATCH] chore: pipewire configs --- hypr-configs/dotfiles/hypr/configs/startup.conf | 2 +- .../dotfiles/pipewire/pipewire.conf.d/1-pipewire.conf | 4 ++-- .../{99-deepfilter-stereo.conf => 100-deepfilter-stereo.conf} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename hypr-configs/dotfiles/pipewire/pipewire.conf.d/{99-deepfilter-stereo.conf => 100-deepfilter-stereo.conf} (100%) diff --git a/hypr-configs/dotfiles/hypr/configs/startup.conf b/hypr-configs/dotfiles/hypr/configs/startup.conf index 720ccfb..cf9138d 100644 --- a/hypr-configs/dotfiles/hypr/configs/startup.conf +++ b/hypr-configs/dotfiles/hypr/configs/startup.conf @@ -5,7 +5,7 @@ exec-once = [workspace 3 silent] $terminal -e btop exec-once = [workspace 3 silent] $terminal -e htop -exec-once = [workspace special:$networks_workspace silent] $terminal -e bandwhich +exec-once = [workspace special:$networks_workspace silent] $terminal exec-once = [workspace special:$networks_workspace silent] $terminal # exec-once = [workspace special:$magic_workspace silent] $terminal -e tty-clock -c diff --git a/hypr-configs/dotfiles/pipewire/pipewire.conf.d/1-pipewire.conf b/hypr-configs/dotfiles/pipewire/pipewire.conf.d/1-pipewire.conf index d5f6b49..3d71732 100644 --- a/hypr-configs/dotfiles/pipewire/pipewire.conf.d/1-pipewire.conf +++ b/hypr-configs/dotfiles/pipewire/pipewire.conf.d/1-pipewire.conf @@ -1,6 +1,6 @@ context.properties = { - default.clock.rate = 48000 - default.clock.allowed-rates = [ 44100 48000 88200 96000 ] + default.clock.rate = 192000 + default.clock.allowed-rates = [ 44100 48000 88200 96000 192000 25600 ] default.clock.quantum = 1024 default.clock.min-quantum = 1024 default.clock.max-quantum = 2048 diff --git a/hypr-configs/dotfiles/pipewire/pipewire.conf.d/99-deepfilter-stereo.conf b/hypr-configs/dotfiles/pipewire/pipewire.conf.d/100-deepfilter-stereo.conf similarity index 100% rename from hypr-configs/dotfiles/pipewire/pipewire.conf.d/99-deepfilter-stereo.conf rename to hypr-configs/dotfiles/pipewire/pipewire.conf.d/100-deepfilter-stereo.conf