Added the ability to specify keybinds in the config file

This commit is contained in:
GuardKenzie
2021-04-28 12:45:02 +00:00
parent 5e3f96464f
commit da7655cf51
2 changed files with 52 additions and 9 deletions

View File

@ -7,3 +7,12 @@ image_method = pixcat
[mpd]
host = localhost
port = 6600
# [keybindings]
# > = next_track
# < = last_track
# + = volume_up
# - = volume_down
# p = play_pause
# q = quit
# h = help