From 06df560ebb386ab48b6f56f203df7b5a8fff0a6f Mon Sep 17 00:00:00 2001 From: joachimschmidt557 Date: Mon, 6 Jan 2020 23:34:46 +0100 Subject: [PATCH] make volume buttons open pamix --- i3/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/i3/config b/i3/config index 33d9ec9..bb1cf5c 100644 --- a/i3/config +++ b/i3/config @@ -204,9 +204,9 @@ exec --no-startup-id redshift -t 6000:2000 -l 49.87167:8.65027 exec --no-startup-id amixer set Master 0 # Change volume -bindsym XF86AudioRaiseVolume exec amixer set Master 10%+ -bindsym XF86AudioLowerVolume exec amixer set Master 10%- -bindsym XF86AudioMute exec amixer set Master toggle +bindsym XF86AudioRaiseVolume exec st -e pamix +bindsym XF86AudioLowerVolume exec st -e pamix +bindsym XF86AudioMute exec st -e pamix # Screenshot bindsym $mod+z exec scrot