Updated config
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
end
|
@ -55,7 +55,7 @@ cursor {
|
||||
|
||||
input {
|
||||
accel_profile = flat
|
||||
sensitivity = 0
|
||||
sensitivity = -0.75
|
||||
}
|
||||
|
||||
dwindle {
|
||||
|
@ -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
|
@ -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
|
||||
|
@ -75,7 +75,7 @@
|
||||
"format": "{icon} {volume}%",
|
||||
"format-muted": " ",
|
||||
"format-icons": [" ", " ", " "],
|
||||
"scroll-step": 5,
|
||||
"scroll-step": 2,
|
||||
"on-click": "easyeffects",
|
||||
},
|
||||
"clock": {
|
||||
|
Reference in New Issue
Block a user