diff --git a/.aliases b/.aliases
index 2726ba6..2fb92af 100644
--- a/.aliases
+++ b/.aliases
@@ -12,4 +12,4 @@ alias cat='bat'
 alias c='codium'
 alias e='extract'
 # See https://stackoverflow.com/questions/9265172/how-can-i-scrape-a-website-and-store-all-pages-and-assets-locally
-alias webarch='wget -m -k -K -E -l 7 -t 6 -w 5'
+alias webarch='wget -q --show-progress -m -k -K -E -l 7 -t 6 -w 1'
diff --git a/.config/i3/config_common b/.config/i3/config_common
index a34f820..86e5084 100644
--- a/.config/i3/config_common
+++ b/.config/i3/config_common
@@ -239,8 +239,8 @@ bindsym $mod+r mode "$resize_mode"
 
 
 # ALSA keybinding (won't work with some keyboards... scroll in polybar in that case)
-bindsym XF86AudioRaiseVolume exec --no-startup-id amixer -D pulse -M sset Master 5%+
-bindsym XF86AudioLowerVolume exec --no-startup-id amixer -D pulse -M sset Master 5%-
+bindsym XF86AudioRaiseVolume exec --no-startup-id amixer -D pulse -M sset Master 1%+
+bindsym XF86AudioLowerVolume exec --no-startup-id amixer -D pulse -M sset Master 1%-
 bindsym XF86AudioMute exec --no-startup-id amixer -D pulse -M sset 'Master' toggle
 
 ##################################