From 1197336cb5e11c16b843e9599d14971612054bc4 Mon Sep 17 00:00:00 2001 From: zachir Date: Fri, 7 Jul 2023 20:52:03 -0500 Subject: Big push --- hypr/hyprland.conf | 6 +- .../filters-available/toharmantarget/atm50x.conf | 98 ++++++++++++++++++++++ swayidle/config | 2 +- waybar/config | 2 +- zsh/.zshenv | 6 ++ 5 files changed, 109 insertions(+), 5 deletions(-) create mode 100644 pipewire/filters-available/toharmantarget/atm50x.conf diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index f94f806..a363aa8 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -55,7 +55,7 @@ general { #{{{ Misc options misc { enable_swallow = true - swallow_regex = ^(foot)$ + swallow_regex = ^(Alacritty)$ vfr = false } #}}} @@ -279,8 +279,8 @@ bind = $mainMod $secdMod, P, exec, passmenu #}}} #{{{ Misc bindings -bind = $mainMod, Return, exec, foot -bind = $mainMod $secdMod, F, exec, foot lfrun +bind = $mainMod, Return, exec, alacritty +bind = $mainMod $secdMod, F, exec, alacritty -e lfrun bind = $mainMod, W, exec, t waybar bind = $mainMod, Q, exec, loginctl lock-session bind = $mainMod SHIFT, G, exec, get-app-id diff --git a/pipewire/filters-available/toharmantarget/atm50x.conf b/pipewire/filters-available/toharmantarget/atm50x.conf new file mode 100644 index 0000000..f0145c1 --- /dev/null +++ b/pipewire/filters-available/toharmantarget/atm50x.conf @@ -0,0 +1,98 @@ +# 6 band sink equalizer +# +# Copy this file into a conf.d/ directory such as +# ~/.config/pipewire/filter-chain.conf.d/ +# +context.modules = [ + { name = libpipewire-module-filter-chain + args = { + node.description = "AT m50x Match" + media.name = "AT m50x Match" + filter.graph = { + nodes = [ + { + type = builtin + name = eq_band_1 + label = bq_peaking + control = { "Freq" = 40.0 "Q" = 0.5 "Gain" = -4.9 } + } + { + type = builtin + name = eq_band_2 + label = bq_lowshelf + control = { "Freq" = 105.0 "Q" = 0.71 "Gain" = 6.19 } + } + { + type = builtin + name = eq_band_3 + label = bq_peaking + control = { "Freq" = 150.0 "Q" = 0.8 "Gain" = -4.0 } + } + { + type = builtin + name = eq_band_4 + label = bq_peaking + control = { "Freq" = 335.0 "Q" = 1.3 "Gain" = 5.7 } + } + { + type = builtin + name = eq_band_5 + label = bq_peaking + control = { "Freq" = 1550 "Q" = 1.2 "Gain" = 2.71 } + } + { + type = builtin + name = eq_band_6 + label = bq_peaking + control = { "Freq" = 2600.0 "Q" = 1.6 "Gain" = -1.1 } + } + { + type = builtin + name = eq_band_7 + label = bq_peaking + control = { "Freq" = 4350.0 "Q" = 4.0 "Gain" = -5.0 } + } + { + type = builtin + name = eq_band_8 + label = bq_peaking + control = { "Freq" = 5300.0 "Q" = 1.0 "Gain" = 6.7 } + } + { + type = builtin + name = eq_band_9 + label = bq_peaking + control = { "Freq" = 5700.0 "Q" = 4.0 "Gain" = -3.5 } + } + { + type = builtin + name = eq_band_10 + label = bq_highshelf + control = { "Freq" = 10000.0 "Q" = 0.71 "Gain" = 0.1 } + } + ] + links = [ + { output = "eq_band_1:Out" input = "eq_band_2:In" } + { output = "eq_band_2:Out" input = "eq_band_3:In" } + { output = "eq_band_3:Out" input = "eq_band_4:In" } + { output = "eq_band_4:Out" input = "eq_band_5:In" } + { output = "eq_band_5:Out" input = "eq_band_6:In" } + { output = "eq_band_6:Out" input = "eq_band_7:In" } + { output = "eq_band_7:Out" input = "eq_band_8:In" } + { output = "eq_band_8:Out" input = "eq_band_9:In" } + { output = "eq_band_9:Out" input = "eq_band_10:In" } + ] + } + audio.channels = 2 + audio.position = [ FL FR ] + capture.props = { + node.name = "effect_input.atm50x" + media.class = Audio/Sink + } + playback.props = { + node.name = "effect_output.atm50x" + node.passive = true + } + } + } +] diff --git a/swayidle/config b/swayidle/config index 210ff01..00fb5a7 100644 --- a/swayidle/config +++ b/swayidle/config @@ -1,3 +1,3 @@ timeout 600 swaylockd before-sleep swaylockd -lock waylockd +lock swaylockd diff --git a/waybar/config b/waybar/config index d762544..8953193 100644 --- a/waybar/config +++ b/waybar/config @@ -72,7 +72,7 @@ }, "temperature#cpu": { // "thermal-zone": 2, - "hwmon-path": "/sys/class/hwmon/hwmon3/temp1_input", + "hwmon-path": "/sys/class/hwmon/hwmon4/temp1_input", "critical-threshold": 80, // "format-critical": "{temperatureC}°C {icon}", "format": "{temperatureC}°C", diff --git a/zsh/.zshenv b/zsh/.zshenv index aa15e92..bd3a94c 100644 --- a/zsh/.zshenv +++ b/zsh/.zshenv @@ -72,6 +72,11 @@ export IMAGE="sxiv" export OPENER="xdg-open" export PAGER="less" +# Modern SDK +export N64_LIBGCCDIR="/opt/crashsdk/lib/gcc/mips64-elf/12.2.0" +export ROOT=/etc/n64 +export BLENDER_3_0="/usr/bin/blender" + # DIRS export SRCDIR="$HOME/.local/src" @@ -93,6 +98,7 @@ export PATH="$PATH:$HOME/.local/share/flatpak/exports/bin/" export PATH="$PATH:$CARGO_HOME/bin" export PATH="$PATH:$GOPATH/bin" export PATH="$PATH:/opt/REAPER" +export PATH="$PATH:/opt/crashsdk/bin" export PATH="$PATH:/usr/local/bin" export PATH="$PATH:/usr/local/sbin" export PATH="$PATH:/opt/safing/portmaster" -- cgit v1.2.3