From 6d21f3887ce6cb7678745febc031455e494de444 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Sat, 31 May 2025 23:51:11 +0200 Subject: [PATCH] Updated config --- .config/btop/btop.conf | 2 +- ...input.pci-0000_00_1f.3.analog-stereo:.json | 6 +++++ ...3.analog-stereo:analog-output-lineout.json | 6 +++++ .config/easyeffects/input/default.json | 22 ------------------- .config/easyeffects/output/default.json | 6 ++--- .config/fish/functions/t.fish | 4 ++-- .config/fish/scripts/backup | 4 ++-- .config/hypr/autostart.conf | 1 + .config/yazi/keymap.toml | 4 ---- .config/yazi/yazi.toml | 2 -- .env | 7 +++++- 11 files changed, 27 insertions(+), 37 deletions(-) create mode 100644 .config/easyeffects/autoload/input/alsa_input.pci-0000_00_1f.3.analog-stereo:.json create mode 100644 .config/easyeffects/autoload/output/alsa_output.pci-0000_00_1f.3.analog-stereo:analog-output-lineout.json delete mode 100644 .config/yazi/keymap.toml delete mode 100644 .config/yazi/yazi.toml diff --git a/.config/btop/btop.conf b/.config/btop/btop.conf index b7f2269..9ab983f 100644 --- a/.config/btop/btop.conf +++ b/.config/btop/btop.conf @@ -3,7 +3,7 @@ theme_background = False truecolor = True force_tty = False presets = "proc:0:default,cpu:1:default mem:0:default net:0:tty" -vim_keys = False +vim_keys = True rounded_corners = True graph_symbol = "braille" graph_symbol_cpu = "default" diff --git a/.config/easyeffects/autoload/input/alsa_input.pci-0000_00_1f.3.analog-stereo:.json b/.config/easyeffects/autoload/input/alsa_input.pci-0000_00_1f.3.analog-stereo:.json new file mode 100644 index 0000000..5a82065 --- /dev/null +++ b/.config/easyeffects/autoload/input/alsa_input.pci-0000_00_1f.3.analog-stereo:.json @@ -0,0 +1,6 @@ +{ + "device": "alsa_input.pci-0000_00_1f.3.analog-stereo", + "device-description": "Built-in Audio Analog Stereo", + "device-profile": "", + "preset-name": "default" +} diff --git a/.config/easyeffects/autoload/output/alsa_output.pci-0000_00_1f.3.analog-stereo:analog-output-lineout.json b/.config/easyeffects/autoload/output/alsa_output.pci-0000_00_1f.3.analog-stereo:analog-output-lineout.json new file mode 100644 index 0000000..09746a0 --- /dev/null +++ b/.config/easyeffects/autoload/output/alsa_output.pci-0000_00_1f.3.analog-stereo:analog-output-lineout.json @@ -0,0 +1,6 @@ +{ + "device": "alsa_output.pci-0000_00_1f.3.analog-stereo", + "device-description": "Built-in Audio Analog Stereo", + "device-profile": "analog-output-lineout", + "preset-name": "default" +} diff --git a/.config/easyeffects/input/default.json b/.config/easyeffects/input/default.json index adb98f4..9457c25 100644 --- a/.config/easyeffects/input/default.json +++ b/.config/easyeffects/input/default.json @@ -22,7 +22,6 @@ "threshold": -1.0 }, "plugins_order": [ - "stereo_tools#0", "rnnoise#0", "speex#0", "limiter#0" @@ -50,27 +49,6 @@ "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 } } } diff --git a/.config/easyeffects/output/default.json b/.config/easyeffects/output/default.json index 63bd8ed..e2c2a7a 100644 --- a/.config/easyeffects/output/default.json +++ b/.config/easyeffects/output/default.json @@ -1,15 +1,15 @@ { "output": { "bass_enhancer#0": { - "amount": 3.0, + "amount": 0.0, "blend": 0.0, "bypass": false, "floor": 12.0, "floor-active": true, - "harmonics": 10.0, + "harmonics": 8.5, "input-gain": 0.0, "output-gain": 0.0, - "scope": 150.0 + "scope": 100.0 }, "blocklist": [], "filter#0": { diff --git a/.config/fish/functions/t.fish b/.config/fish/functions/t.fish index f4bd016..4ef6470 100644 --- a/.config/fish/functions/t.fish +++ b/.config/fish/functions/t.fish @@ -11,8 +11,8 @@ function init_session if command -q journalctl tmux split-window -v -l 10 journalctl -f - else - tmux split-window -v -l 10 tail -f /var/log/messages + else if command -q logread + tmux split-window -v -l 10 logread -f end tmux select-pane -t 0 diff --git a/.config/fish/scripts/backup b/.config/fish/scripts/backup index 2cd84d8..4495c2b 100755 --- a/.config/fish/scripts/backup +++ b/.config/fish/scripts/backup @@ -1,10 +1,10 @@ #!/usr/bin/fish set DIRECTORIES documents music pictures projects videos set EXCLUDES node_modules .cache .godot .svelte-kit -set FLAGS --archive --compress --delete --quiet +set FLAGS --archive --compress --delete --human-readable --progress set HOSTS $argv set USER (whoami) -set DESTINATION "~/files/" +set DESTINATION "~/" for exclude in $EXCLUDES set -a FLAGS --exclude $exclude diff --git a/.config/hypr/autostart.conf b/.config/hypr/autostart.conf index c2f68bb..a6a17b5 100644 --- a/.config/hypr/autostart.conf +++ b/.config/hypr/autostart.conf @@ -3,6 +3,7 @@ exec-once = swaybg -i ~/pictures/wallpapers/01.png exec-once = wl-paste --watch cliphist store exec-once = /usr/libexec/pipewire-launcher exec-once = $statusbar +exec-once = ssh-agent -D -a $SSH_AUTH_SOCK # Disabled #exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP diff --git a/.config/yazi/keymap.toml b/.config/yazi/keymap.toml deleted file mode 100644 index b5f0281..0000000 --- a/.config/yazi/keymap.toml +++ /dev/null @@ -1,4 +0,0 @@ -[[manager.prepend_keymap]] -on = [ "" ] -run = 'shell "$SHELL" --block --confirm' -desc = "Open shell here" \ No newline at end of file diff --git a/.config/yazi/yazi.toml b/.config/yazi/yazi.toml deleted file mode 100644 index a01d710..0000000 --- a/.config/yazi/yazi.toml +++ /dev/null @@ -1,2 +0,0 @@ -[manager] -show_hidden = true \ No newline at end of file diff --git a/.env b/.env index fd770e1..5feb1f3 100644 --- a/.env +++ b/.env @@ -22,4 +22,9 @@ LANG=en_US.UTF-8 PAGER=less SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/ssh-agent.socket TERMINAL=foot -PATH=$XDG_CONFIG_HOME/fish/scripts:$XDG_BIN_HOME:$CARGO_HOME/bin:$GOPATH/bin:/usr/lib/ccache/bin:/usr/sbin:/usr/bin:/sbin:/bin \ No newline at end of file +PATH="/usr/sbin:/usr/bin:/sbin:/bin" +PATH="/usr/lib/ccache/bin:$PATH" +PATH="$GOPATH/bin:$PATH" +PATH="$CARGO_HOME/bin:$PATH" +PATH="$XDG_BIN_HOME:$PATH" +PATH="$XDG_CONFIG_HOME/fish/scripts:$PATH" \ No newline at end of file