Compare commits
No commits in common. "49f07a75c670de51c5e5e9c9b9f96c029531008d" and "08fdbba3584f366752acdc77fa59687367fc1804" have entirely different histories.
49f07a75c6
...
08fdbba358
@ -17,6 +17,8 @@ get_mute_flag=--get-mute
|
|||||||
# flag below an end command would look like `pamixer --allow-boost --increase 5`
|
# flag below an end command would look like `pamixer --allow-boost --increase 5`
|
||||||
additional_flags=--allow-boost
|
additional_flags=--allow-boost
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[Amounts]
|
[Amounts]
|
||||||
# normal_delta: this is the value used when you use the `-i` flag without arguments
|
# normal_delta: this is the value used when you use the `-i` flag without arguments
|
||||||
normal_delta=5
|
normal_delta=5
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# TODO: in the readme, remind the user that they don't have to write a fully
|
||||||
|
# fledged config if they only want to modify a single element (like "normal
|
||||||
|
# delta"), if the other values are not specified, the default values will be
|
||||||
|
# used
|
||||||
|
|
||||||
## Default controller values
|
## Default controller values
|
||||||
DEFAULT_VOLUME_CONTROLLER="pamixer"
|
DEFAULT_VOLUME_CONTROLLER="pamixer"
|
||||||
DEFAULT_INCREASE_FLAG="--increase"
|
DEFAULT_INCREASE_FLAG="--increase"
|
||||||
|
Loading…
Reference in New Issue
Block a user