blob: 940ab5d31ecdbf883085c6033e3bb16610020eaf (
plain)
1
2
3
4
5
6
7
8
|
bind -f common 9 vol -5%
bind -f common 0 vol +5%
bind -f common - vol -5%
bind -f common + vol +5%
bind -f common = vol +5%
set color_titleline_bg=black
set color_titleline_fg=blue
|