Added pulsemixer

This commit is contained in:
dbroqua 2020-11-02 12:09:23 +01:00
parent 111961064f
commit b59bc034e5

View File

@ -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
# -------------------------------------------------------------------------------------------------