From 5f0440c776f0d9a9278ca9156498008c6b88492f Mon Sep 17 00:00:00 2001 From: AChavali Date: Tue, 18 Feb 2020 15:43:55 +0000 Subject: ~comment on volume bindings --- i3.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3.conf b/i3.conf index 5195ff1..77b496d 100644 --- a/i3.conf +++ b/i3.conf @@ -15,7 +15,7 @@ exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork # and nm-applet is a desktop environment-independent system tray GUI for it. exec --no-startup-id nm-applet -# Use pactl to adjust volume in PulseAudio. +# Volume binds set $refresh_i3status killall -SIGUSR1 i3status bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +10% && $refresh_i3status bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -10% && $refresh_i3status -- cgit v1.2.3-13-gbd6f