Skip to content

Commit a3251da

Browse files
author
Erik Zettel
committed
volume-pulseaudio/README.md: fix typo
1 parent bcd09e1 commit a3251da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

volume-pulseaudio/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# volume-pulseaudio
22

33
Display the system volume and
4-
optionally the default playback device and indeax.
4+
optionally the default playback device and index.
55
Offers controls for these via clicks/scrolling.
66
Supports changing audiostreams that are already playing.
77

@@ -22,7 +22,7 @@ the following to your i3 config
2222

2323
```
2424
# 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
2626
bindsym XF86AudioLowerVolume exec amixer -q -D pulse sset Master 5%- && pkill -RTMIN+1 i3blocks
2727
bindsym XF86AudioMute exec amixer -q -D pulse sset Master toggle && pkill -RTMIN+1 i3blocks
2828
```

0 commit comments

Comments
 (0)