update i3 config to working pulseaudio

This commit is contained in:
c0de 2021-03-11 22:22:45 -06:00
parent 53cd608716
commit 89aefbe22a
2 changed files with 10 additions and 8 deletions

View File

@ -47,10 +47,11 @@ mode "$mode_system" {
################################################################################################
exec --no-startup-id volumeicon
bindsym $mod+Ctrl+m exec terminal -e 'alsamixer'
#exec --no-startup-id pulseaudio
#exec --no-startup-id pa-applet
#bindsym $mod+Ctrl+m exec pavucontrol
#bindsym $mod+Ctrl+m exec terminal -e 'alsamixer'
# On my desktop, pulse seems to be loaded by default with a nice of -11 (the lowest of all my processes)
#exec --no-startup-id pulseaudioi
exec --no-startup-id pa-applet
bindsym $mod+Ctrl+m exec pavucontrol
################################################################################################

View File

@ -49,10 +49,11 @@ mode "$mode_system" {
################################################################################################
exec --no-startup-id volumeicon
bindsym $mod+Ctrl+m exec terminal -e 'alsamixer'
#exec --no-startup-id pulseaudio
#exec --no-startup-id pa-applet
#bindsym $mod+Ctrl+m exec pavucontrol
#bindsym $mod+Ctrl+m exec terminal -e 'alsamixer'
# On my desktop, pulse seems to be loaded by default with a nice of -11 (the lowest of all my processes)
#exec --no-startup-id pulseaudioi
exec --no-startup-id pa-applet
bindsym $mod+Ctrl+m exec pavucontrol
################################################################################################