Skip to content

Commit

Permalink
[polybar]: Fix volume key binds
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroagribeiro authored and nelsonmestevao committed Apr 1, 2019
1 parent 4f9cfab commit 55cdf02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/polybar.conf
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,8 @@ type = internal/pulseaudio

; Sink to be used, if it exists (find using `pacmd list-sinks`, name field)
; If not, uses default sink
sink = alsa_output.pci-0000_12_00.3.analog-stereo
; sink = alsa_output.pci-0000_12_00.3.analog-stereo
sink = @DEFAULT_SINK@

; Use PA_VOLUME_UI_MAX (~153%) if true, or PA_VOLUME_NORM (100%) if false
; Default: true
Expand Down

0 comments on commit 55cdf02

Please sign in to comment.