mirror of
https://github.com/mrfluffy-dev/dotfiles.git
synced 2026-01-17 05:40:34 +00:00
made all volume controles decrease and increase but 1
This commit is contained in:
@@ -330,6 +330,8 @@ bar-volume-fill-font = 2
|
|||||||
bar-volume-empty = ─
|
bar-volume-empty = ─
|
||||||
bar-volume-empty-font = 2
|
bar-volume-empty-font = 2
|
||||||
bar-volume-empty-foreground = ${colors.foreground-alt}
|
bar-volume-empty-foreground = ${colors.foreground-alt}
|
||||||
|
interval = 1
|
||||||
|
|
||||||
|
|
||||||
[module/alsa]
|
[module/alsa]
|
||||||
type = internal/alsa
|
type = internal/alsa
|
||||||
|
|||||||
@@ -17,10 +17,10 @@ alt + f
|
|||||||
pcmanfm
|
pcmanfm
|
||||||
|
|
||||||
XF86AudioRaiseVolume
|
XF86AudioRaiseVolume
|
||||||
pamixer --allow-boost -i 5
|
pamixer --allow-boost -i 1
|
||||||
|
|
||||||
XF86AudioLowerVolume
|
XF86AudioLowerVolume
|
||||||
pamixer --allow-boost -d 5
|
pamixer --allow-boost -d 1
|
||||||
|
|
||||||
XF86AudioMute
|
XF86AudioMute
|
||||||
pamixer -t
|
pamixer -t
|
||||||
|
|||||||
Reference in New Issue
Block a user