21 lines
466 B
Plaintext
21 lines
466 B
Plaintext
# Examples:
|
|
#
|
|
# [N.volume.NAME]
|
|
# name = sink_name
|
|
# : N. optional group/row specification
|
|
# : NAME name of the button
|
|
# : name sink name, see name with either:
|
|
# pactl list sinks short
|
|
# pamixer --list-sinks
|
|
#
|
|
# [N.button.NAME]
|
|
# command = shell command
|
|
# second command
|
|
# ...
|
|
# : N. optional group/row specification
|
|
# : NAME name of the button
|
|
# : command command(s) to run
|
|
|
|
[4.button.Test]
|
|
command = notify-send -a foo baz
|