[Volume] Switch from 5% to 1% steps

master
Quentin Duchemin 2025-05-17 21:41:22 +02:00
parent 79ebd08dc1
commit bb10a0d5a0
2 changed files with 3 additions and 3 deletions

View File

@ -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'

View File

@ -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
##################################