dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 07743d83c8cb05507334be9e7a9fadf2c9a4c396
parent f90970f7483494b866d6b73497f5a10680337670
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sat, 29 Dec 2018 11:46:15 +0100

Use alsamixer in st

Diffstat:
Mlinks/.config/i3/i3scripts/i3volume | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/links/.config/i3/i3scripts/i3volume b/links/.config/i3/i3scripts/i3volume @@ -1,7 +1,7 @@ #!/bin/sh case $BLOCK_BUTTON in - 1) setsid "$TERMINAL" -e pulsemixer & ;; + 1) st -e alsamixer ;; 2) pulsemixer --toggle-mute ;; 4) pulsemixer --change-volume +5 ;; 5) pulsemixer --change-volume -5 ;;