From b4b0450e3c2f10effd7798d126344833d92cf0c6 Mon Sep 17 00:00:00 2001 From: Yuraeitha <33869013+Aekez@users.noreply.github.com> Date: Sun, 11 Mar 2018 23:22:31 +0100 Subject: [PATCH] Delete volume-control-down.sh --- .../volume-control-down.sh | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 scripts/qubes-sound-control-scripts/volume-control-down.sh diff --git a/scripts/qubes-sound-control-scripts/volume-control-down.sh b/scripts/qubes-sound-control-scripts/volume-control-down.sh deleted file mode 100644 index c4381ee..0000000 --- a/scripts/qubes-sound-control-scripts/volume-control-down.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - -#Author: -#Aekez @ Github - -#Disclaimer: -#Please use this script responsibly & at own risk. -#Please study the script, so that you know how it works. - -#Tips: -#1) Change 0 to the sink output you are using. -#2) You can change the % value to a fixed value. -#3) If pactl isn't installed, then you need to install -# pulseaudio-utils in dom0. -# 'sudo qubes-dom0-update pulseaudio-utils' - -pactl set-sink-volume 0 -20%