diff options
Diffstat (limited to '.config/herbstluftwm/pvol.sh')
-rwxr-xr-x | .config/herbstluftwm/pvol.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/herbstluftwm/pvol.sh b/.config/herbstluftwm/pvol.sh index a3ce9e1..820d890 100755 --- a/.config/herbstluftwm/pvol.sh +++ b/.config/herbstluftwm/pvol.sh @@ -1,6 +1,5 @@ -#!/bin/bash +#!/usr/bin/env zsh -# race condition, obvs, but this is hopefully time enough case "$1" in down) pavolume voldown --quiet 2 |