From 6d759c70c253ab5ac531c227db756e3e8fcfce7d Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Thu, 28 Jun 2018 18:53:22 +0200 Subject: [PATCH] Pulseaudio: Set volume step to 2% --- .emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 2ffd8549..9af903e6 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -485,7 +485,8 @@ (with-eval-after-load 'pulseaudio-control ;; REVIEW: Upstream should set path dynamically. ;; https://github.com/flexibeast/pulseaudio-control/issues/7 - (setq pulseaudio-control-pactl-path (executable-find "pactl"))) + (setq pulseaudio-control-pactl-path (executable-find "pactl") + pulseaudio-control-volume-step "2%")) (when (require 'exwm nil t) (require 'init-exwm)) ;;; XML / SGML