From 382ff8816e22471d5c77739ad4d70c9b06e0c6cc Mon Sep 17 00:00:00 2001 From: frosty Date: Wed, 3 Jul 2024 20:01:13 -0400 Subject: [PATCH] random program changes --- .config/cava/config | 6 +----- .config/nsxiv/exec/key-handler | 6 +++--- .config/picom/picom.conf | 8 -------- 3 files changed, 4 insertions(+), 16 deletions(-) diff --git a/.config/cava/config b/.config/cava/config index 3ba3976..c42c9a6 100644 --- a/.config/cava/config +++ b/.config/cava/config @@ -1,5 +1,5 @@ [general] -sensitivity = 55 +sensitivity = 60 [input] method = pipewire @@ -9,9 +9,5 @@ source = auto channels = mono show_idle_bar_heads = 0 -[color] -background = default -foreground = default - [smoothing] noise_reduction = 15 diff --git a/.config/nsxiv/exec/key-handler b/.config/nsxiv/exec/key-handler index 7ff9a81..6d8c84d 100755 --- a/.config/nsxiv/exec/key-handler +++ b/.config/nsxiv/exec/key-handler @@ -1,7 +1,7 @@ #!/bin/sh -while read file; do - case "$1" in - "w") wallpaper "$file" ;; +while read -r file; do + case $1 in + w) wallpaper "$file" ;; esac done diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index f56f707..f606b4f 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -1,11 +1,3 @@ -################################# -# Fading # -################################# - -fading = false; -fade-in-step = 0.23; -fade-out-step = 0.21; - ################################# # General Settings # #################################