From 01ced0b7ce47d279789efb2dc70d1cd009ac56ad Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 9 Oct 2021 22:20:41 +0100 Subject: initial commit --- scripts/max_input_volume.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 scripts/max_input_volume.sh (limited to 'scripts/max_input_volume.sh') diff --git a/scripts/max_input_volume.sh b/scripts/max_input_volume.sh new file mode 100755 index 0000000..58c5b9a --- /dev/null +++ b/scripts/max_input_volume.sh @@ -0,0 +1,3 @@ +#!/bin/sh +pacmd set-source-volume 2 300000 +#notify-send "You are on max input vol" -- cgit v1.2.1