Compare commits
2 Commits
08fdbba358
...
49f07a75c6
Author | SHA1 | Date | |
---|---|---|---|
|
49f07a75c6 | ||
|
e772a5d003 |
@ -17,8 +17,6 @@ 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,10 +1,5 @@
|
|||||||
#!/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