From 10baa6f6bb38f13958af35382a874eaea10880d2 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Sat, 17 May 2025 17:12:25 +0200 Subject: [PATCH] Updated config --- .config/easyeffects/input/default.json | 51 +++++++++++++++++++------- .config/fish/config.fish | 15 +++++--- .config/hypr/general.conf | 2 +- .config/hypr/keys.conf | 4 +- .config/hypr/programs.conf | 2 +- .config/waybar/modules.jsonc | 2 +- .init | 2 +- 7 files changed, 53 insertions(+), 25 deletions(-) diff --git a/.config/easyeffects/input/default.json b/.config/easyeffects/input/default.json index 0e3b9df..adb98f4 100644 --- a/.config/easyeffects/input/default.json +++ b/.config/easyeffects/input/default.json @@ -1,16 +1,5 @@ { "input": { - "bass_enhancer#0": { - "amount": 3.0, - "blend": 0.0, - "bypass": false, - "floor": 12.0, - "floor-active": true, - "harmonics": 10.0, - "input-gain": 0.0, - "output-gain": 0.0, - "scope": 150.0 - }, "blocklist": [], "limiter#0": { "alr": false, @@ -33,8 +22,9 @@ "threshold": -1.0 }, "plugins_order": [ + "stereo_tools#0", "rnnoise#0", - "bass_enhancer#0", + "speex#0", "limiter#0" ], "rnnoise#0": { @@ -46,6 +36,41 @@ "release": 20.0, "vad-thres": 50.0, "wet": 0.0 + }, + "speex#0": { + "bypass": false, + "enable-agc": false, + "enable-denoise": true, + "enable-dereverb": true, + "input-gain": 0.0, + "noise-suppression": -70, + "output-gain": 0.0, + "vad": { + "enable": true, + "probability-continue": 90, + "probability-start": 95 + } + }, + "stereo_tools#0": { + "balance-in": 0.0, + "balance-out": 0.0, + "bypass": false, + "delay": 0.0, + "input-gain": 0.0, + "middle-level": 0.0, + "middle-panorama": 0.0, + "mode": "LR > LL (Mono Left Channel)", + "mutel": false, + "muter": false, + "output-gain": 0.0, + "phasel": false, + "phaser": false, + "sc-level": 1.0, + "side-balance": 0.0, + "side-level": 0.0, + "softclip": false, + "stereo-base": 0.25, + "stereo-phase": 0.0 } } -} \ No newline at end of file +} diff --git a/.config/fish/config.fish b/.config/fish/config.fish index e5dfdee..e40a6f1 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -1,7 +1,14 @@ # Interactive mode if status is-interactive source $HOME/.config/fish/alias.fish - set -x LS_COLORS di=0:ln=0:so=0:pi=0:ex=0:bd=0:cd=0:su=0:sg=0:tw=0:ow=0 +end + +# PATH: Add scripts +fish_add_path $XDG_CONFIG_HOME/fish/scripts + +# PATH: Add Go binaries +if command -q go + fish_add_path (go env GOPATH)/bin end # Load systemd user environment @@ -9,8 +16,4 @@ set GENERATOR /usr/lib/systemd/user-environment-generators/30-systemd-environmen if test -e $GENERATOR export ($GENERATOR) -end - -# Add to PATH -fish_add_path (go env GOPATH)/bin -fish_add_path $XDG_CONFIG_HOME/fish/scripts \ No newline at end of file +end \ No newline at end of file diff --git a/.config/hypr/general.conf b/.config/hypr/general.conf index 8d099b6..aa661a9 100644 --- a/.config/hypr/general.conf +++ b/.config/hypr/general.conf @@ -55,7 +55,7 @@ cursor { input { accel_profile = flat - sensitivity = 0 + sensitivity = -0.75 } dwindle { diff --git a/.config/hypr/keys.conf b/.config/hypr/keys.conf index a585578..57978f8 100644 --- a/.config/hypr/keys.conf +++ b/.config/hypr/keys.conf @@ -88,6 +88,6 @@ bindl =, XF86AudioNext, exec, playerctl next bindl =, XF86AudioPrev, exec, playerctl previous # Volume control -bindle =, XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.05+ -bindle =, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.05- +bindle =, XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.02+ +bindle =, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.02- bindl =, XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle \ No newline at end of file diff --git a/.config/hypr/programs.conf b/.config/hypr/programs.conf index ba3365b..46fb852 100644 --- a/.config/hypr/programs.conf +++ b/.config/hypr/programs.conf @@ -1,7 +1,6 @@ # Apps $browser = firefox $email = evolution -$files = thunar $logout = wlogout $lockscreen = swaylock $menu = fuzzel @@ -12,6 +11,7 @@ $wallpaper = waypaper # Terminal based $editor = $terminal -e nvim +$files = $terminal -e yazi $center = [float;size 960 540;center] $floating = $center $terminal $systeminfo = $center $terminal --hold -e fastfetch diff --git a/.config/waybar/modules.jsonc b/.config/waybar/modules.jsonc index eab87ff..435a045 100644 --- a/.config/waybar/modules.jsonc +++ b/.config/waybar/modules.jsonc @@ -75,7 +75,7 @@ "format": "{icon} {volume}%", "format-muted": " ", "format-icons": [" ", " ", " "], - "scroll-step": 5, + "scroll-step": 2, "on-click": "easyeffects", }, "clock": { diff --git a/.init b/.init index 5a7901a..6f40258 100755 --- a/.init +++ b/.init @@ -1,2 +1,2 @@ #!/bin/fish -uwsm start hyprland.desktop \ No newline at end of file +Hyprland \ No newline at end of file