Skip to content

Commit

Permalink
volume keys now have a precision of 5%
Browse files Browse the repository at this point in the history
  • Loading branch information
ssayols committed Jan 19, 2022
1 parent 7450225 commit 192619d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions i3wm
Expand Up @@ -78,8 +78,8 @@ bindsym --release $mod+Print exec scrot -se 'mv $f ~/Pictures'
#bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute $sink toggle
# Use pactl to adjust volume in PulseAudio.
set $refresh_i3status killall -SIGUSR1 i3status
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3status
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +5% && $refresh_i3status
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -5% && $refresh_i3status
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status

Expand Down

0 comments on commit 192619d

Please sign in to comment.