~volume mod binds to 5% changes
This commit is contained in:
4
i3.conf
4
i3.conf
@@ -26,8 +26,8 @@ bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 0 toggle &
|
|||||||
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
|
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
|
||||||
|
|
||||||
## m and n are the + and - volume buttons
|
## m and n are the + and - volume buttons
|
||||||
bindsym $mod+m exec --no-startup-id pactl set-sink-volume 0 +10% && $refresh_i3status
|
bindsym $mod+m exec --no-startup-id pactl set-sink-volume 0 +5% && $refresh_i3status
|
||||||
bindsym $mod+n exec --no-startup-id pactl set-sink-volume 0 -10% && $refresh_i3status
|
bindsym $mod+n exec --no-startup-id pactl set-sink-volume 0 -5% && $refresh_i3status
|
||||||
|
|
||||||
# Music binds
|
# Music binds
|
||||||
bindsym $mod+8 exec --no-startup-id mpc toggle
|
bindsym $mod+8 exec --no-startup-id mpc toggle
|
||||||
|
|||||||
Reference in New Issue
Block a user