From bb10a0d5a0a11d671bf3352c15ab5fea88760ecc Mon Sep 17 00:00:00 2001 From: Lilou <quentinduchemin@tuta.io> Date: Sat, 17 May 2025 21:41:22 +0200 Subject: [PATCH] [Volume] Switch from 5% to 1% steps --- .aliases | 2 +- .config/i3/config_common | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 ##################################