From b59bc034e5260b46c6fb7aaf6a1022ac97a271ed Mon Sep 17 00:00:00 2001 From: dbroqua Date: Mon, 2 Nov 2020 12:09:23 +0100 Subject: [PATCH] Added pulsemixer --- config/i3/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/i3/config b/config/i3/config index b533af3..918f1c6 100644 --- a/config/i3/config +++ b/config/i3/config @@ -251,6 +251,8 @@ bindsym XF86Display exec ~/Bin/screenlayoutrofi.sh bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume `pactl info|grep Sink|cut -d: -f 2` +5% bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume `pactl info|grep Sink|cut -d: -f 2` -5% bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute `pactl info|grep Sink|cut -d: -f 2` toggle +bindsym $mod+shift+p exec "terminator -T 'Pulse Mixer' -x pulsemixer" + # Screen brighness bindsym XF86MonBrightnessDown exec --no-startup-id ~/Bin/brightness.sh down @@ -281,6 +283,7 @@ bindsym $mod+n exec "zettlr" for_window [class="Spotify"], move container to workspace $wksp4 for_window [class="Terminator" title="Calendar"] floating enable border pixel $modalBorder resize set $modalWidth $modalHeight, move absolute position center for_window [class="Terminator" title="File Browser"] floating enable border pixel $modalBorder resize set $modalWidth $modalHeight, move absolute position center +for_window [class="Terminator" title="Pulse Mixer"] floating enable border pixel $modalBorder resize set $modalWidth $modalHeight, move absolute position center for_window [class="JViewer"] floating enable border pixel $modalBorder # -------------------------------------------------------------------------------------------------