File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# volume-pulseaudio
2
2
3
3
Display the system volume and
4
- optionally the default playback device and indeax .
4
+ optionally the default playback device and index .
5
5
Offers controls for these via clicks/scrolling.
6
6
Supports changing audiostreams that are already playing.
7
7
@@ -22,7 +22,7 @@ the following to your i3 config
22
22
23
23
```
24
24
# change volume or toggle mute
25
- bindsym XF86AudioRaiseVolume exec amixer -q -D pulse sset Master 5%+ && pkill -RTMIN+1 i3blocks
25
+ bindsym XF86AudioRaiseVolume exec amixer -q -D pulse sset Master 5%+ && pkill -RTMIN+1 i3blocks
26
26
bindsym XF86AudioLowerVolume exec amixer -q -D pulse sset Master 5%- && pkill -RTMIN+1 i3blocks
27
27
bindsym XF86AudioMute exec amixer -q -D pulse sset Master toggle && pkill -RTMIN+1 i3blocks
28
28
```
You can’t perform that action at this time.
0 commit comments