diff --git a/home/.config/i3/conf.d/base.conf b/home/.config/i3/conf.d/base.conf index e9aacf6..cea4990 100644 --- a/home/.config/i3/conf.d/base.conf +++ b/home/.config/i3/conf.d/base.conf @@ -49,8 +49,9 @@ mode "$mode_system" { #exec --no-startup-id volumeicon #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 pulseaudio exec --no-startup-id pa-applet +exec --no-startup-id pasystray bindsym $mod+Ctrl+m exec pavucontrol ################################################################################################ diff --git a/home/.config/i3/config b/home/.config/i3/config index f9bf79e..d7473bc 100644 --- a/home/.config/i3/config +++ b/home/.config/i3/config @@ -51,8 +51,9 @@ mode "$mode_system" { #exec --no-startup-id volumeicon #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 pulseaudio exec --no-startup-id pa-applet +exec --no-startup-id pasystray bindsym $mod+Ctrl+m exec pavucontrol ################################################################################################