Skip to content

Commit

Permalink
Change command
Browse files Browse the repository at this point in the history
  • Loading branch information
joseangelgm committed Dec 28, 2020
1 parent e393320 commit afe9bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment/components/i3/blocks/volume
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
MIXER="Master"

case $BLOCK_BUTTON in
3) amixer set Master toggle > /dev/null;; # right click
3) amixer -D pulse set Master toggle > /dev/null;; # right click
4) amixer set Master 5%+ > /dev/null;; # scroll up
5) amixer set Master 5%- > /dev/null;; # scroll down
esac
Expand Down

0 comments on commit afe9bdd

Please sign in to comment.