diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-07-03 15:35:57 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-07-03 15:35:57 -0400 |
| commit | 7a1098eb505ac98fe15e42cf953ec7380c56e248 (patch) | |
| tree | 2be7467899d8d29eeb7a256258873167bba2d1b6 /.scripts/i3volume | |
| parent | 5760896e7d367cf0585490e711b8b3020945b6cd (diff) | |
| download | eibhear-7a1098eb505ac98fe15e42cf953ec7380c56e248.tar.gz eibhear-7a1098eb505ac98fe15e42cf953ec7380c56e248.tar.zst eibhear-7a1098eb505ac98fe15e42cf953ec7380c56e248.zip | |
i3volume now uses pulsemixer
Diffstat (limited to '.scripts/i3volume')
| -rwxr-xr-x | .scripts/i3volume | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/i3volume b/.scripts/i3volume index b47a6fa..d0b054e 100755 --- a/.scripts/i3volume +++ b/.scripts/i3volume @@ -1,7 +1,7 @@ #!/bin/bash case $BLOCK_BUTTON in - 1) $TERMINAL -e ncpamixer & disown ;; + 1) $TERMINAL -e pulsemixer & disown ;; 3) pamixer -t ;; 4) pamixer -i 5 ;; 5) pamixer -d 5 ;; |
