Switched to pulse for bluetooth headphones
This commit is contained in:
parent
26a297472c
commit
0e87c2f9bd
|
@ -7,9 +7,10 @@ bar {
|
||||||
# $i3-theme-bar
|
# $i3-theme-bar
|
||||||
}
|
}
|
||||||
|
|
||||||
# Alsa Volume controls
|
# Pulseaudio Volume controls
|
||||||
bindsym XF86AudioRaiseVolume exec --no-startup-id amixer set Master 5%+ #increase sound volume
|
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +5% #increase sound volume
|
||||||
bindsym XF86AudioLowerVolume exec --no-startup-id amixer set Master 5%- #decrease sound volume
|
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -5% #decrease sound volume
|
||||||
bindsym XF86AudioMute exec --no-startup-id amixer set Master toggle # mute sound
|
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle # mute sound
|
||||||
|
|
||||||
# $i3-theme-window
|
# $i3-theme-window
|
||||||
|
# $i3-theme-window
|
||||||
|
|
|
@ -60,4 +60,5 @@ disk "/" {
|
||||||
volume master {
|
volume master {
|
||||||
format = "🔈%volume"
|
format = "🔈%volume"
|
||||||
format_muted = "🔇"
|
format_muted = "🔇"
|
||||||
|
device = "pulse"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue