Updated config
This commit is contained in:
parent
6cb79f594a
commit
10baa6f6bb
7 changed files with 53 additions and 25 deletions
|
@ -1,16 +1,5 @@
|
||||||
{
|
{
|
||||||
"input": {
|
"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": [],
|
"blocklist": [],
|
||||||
"limiter#0": {
|
"limiter#0": {
|
||||||
"alr": false,
|
"alr": false,
|
||||||
|
@ -33,8 +22,9 @@
|
||||||
"threshold": -1.0
|
"threshold": -1.0
|
||||||
},
|
},
|
||||||
"plugins_order": [
|
"plugins_order": [
|
||||||
|
"stereo_tools#0",
|
||||||
"rnnoise#0",
|
"rnnoise#0",
|
||||||
"bass_enhancer#0",
|
"speex#0",
|
||||||
"limiter#0"
|
"limiter#0"
|
||||||
],
|
],
|
||||||
"rnnoise#0": {
|
"rnnoise#0": {
|
||||||
|
@ -46,6 +36,41 @@
|
||||||
"release": 20.0,
|
"release": 20.0,
|
||||||
"vad-thres": 50.0,
|
"vad-thres": 50.0,
|
||||||
"wet": 0.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
|
# Interactive mode
|
||||||
if status is-interactive
|
if status is-interactive
|
||||||
source $HOME/.config/fish/alias.fish
|
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
|
end
|
||||||
|
|
||||||
# Load systemd user environment
|
# Load systemd user environment
|
||||||
|
@ -9,8 +16,4 @@ set GENERATOR /usr/lib/systemd/user-environment-generators/30-systemd-environmen
|
||||||
|
|
||||||
if test -e $GENERATOR
|
if test -e $GENERATOR
|
||||||
export ($GENERATOR)
|
export ($GENERATOR)
|
||||||
end
|
end
|
||||||
|
|
||||||
# Add to PATH
|
|
||||||
fish_add_path (go env GOPATH)/bin
|
|
||||||
fish_add_path $XDG_CONFIG_HOME/fish/scripts
|
|
|
@ -55,7 +55,7 @@ cursor {
|
||||||
|
|
||||||
input {
|
input {
|
||||||
accel_profile = flat
|
accel_profile = flat
|
||||||
sensitivity = 0
|
sensitivity = -0.75
|
||||||
}
|
}
|
||||||
|
|
||||||
dwindle {
|
dwindle {
|
||||||
|
|
|
@ -88,6 +88,6 @@ bindl =, XF86AudioNext, exec, playerctl next
|
||||||
bindl =, XF86AudioPrev, exec, playerctl previous
|
bindl =, XF86AudioPrev, exec, playerctl previous
|
||||||
|
|
||||||
# Volume control
|
# Volume control
|
||||||
bindle =, XF86AudioRaiseVolume, 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.05-
|
bindle =, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.02-
|
||||||
bindl =, XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
bindl =, XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
|
@ -1,7 +1,6 @@
|
||||||
# Apps
|
# Apps
|
||||||
$browser = firefox
|
$browser = firefox
|
||||||
$email = evolution
|
$email = evolution
|
||||||
$files = thunar
|
|
||||||
$logout = wlogout
|
$logout = wlogout
|
||||||
$lockscreen = swaylock
|
$lockscreen = swaylock
|
||||||
$menu = fuzzel
|
$menu = fuzzel
|
||||||
|
@ -12,6 +11,7 @@ $wallpaper = waypaper
|
||||||
|
|
||||||
# Terminal based
|
# Terminal based
|
||||||
$editor = $terminal -e nvim
|
$editor = $terminal -e nvim
|
||||||
|
$files = $terminal -e yazi
|
||||||
$center = [float;size 960 540;center]
|
$center = [float;size 960 540;center]
|
||||||
$floating = $center $terminal
|
$floating = $center $terminal
|
||||||
$systeminfo = $center $terminal --hold -e fastfetch
|
$systeminfo = $center $terminal --hold -e fastfetch
|
||||||
|
|
|
@ -75,7 +75,7 @@
|
||||||
"format": "{icon} {volume}%",
|
"format": "{icon} {volume}%",
|
||||||
"format-muted": " ",
|
"format-muted": " ",
|
||||||
"format-icons": [" ", " ", " "],
|
"format-icons": [" ", " ", " "],
|
||||||
"scroll-step": 5,
|
"scroll-step": 2,
|
||||||
"on-click": "easyeffects",
|
"on-click": "easyeffects",
|
||||||
},
|
},
|
||||||
"clock": {
|
"clock": {
|
||||||
|
|
2
.init
2
.init
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/fish
|
#!/bin/fish
|
||||||
uwsm start hyprland.desktop
|
Hyprland
|
Loading…
Add table
Add a link
Reference in a new issue