change keymap of spotify-player

This commit is contained in:
Ray Andrew 2025-11-30 02:18:22 -06:00
parent 324b5a5f93
commit 0ef77bc0ae
Signed by: rayandrew
SSH key fingerprint: SHA256:XYrYrxF0Z3A72n8P/p6mqPRNQZT22F88XcLsG+kX4xw
2 changed files with 11 additions and 3 deletions

View file

@ -26,9 +26,9 @@ genre_num = 2
cover_img_length = 9
cover_img_width = 5
cover_img_scale = 1.0
enable_media_control = false
enable_media_control = true
enable_streaming = "Always"
enable_notify = true
enable_notify = false
enable_cover_image_cache = true
default_device = "spotify-player"
notify_streaming_only = false

View file

@ -1,7 +1,15 @@
[[keymaps]]
command = "None"
command = "PreviousPage"
key_sequence = "q"
[[keymaps]]
command = "Quit"
key_sequence = "C-q"
[[keymaps]]
command = { VolumeChange = { offset = -1 } }
key_sequence = "_"
[[keymaps]]
command = "PreviousPage"
key_sequence = "-"