From 0ef77bc0ae3d4a961fe5eab476aab802e65d32cf Mon Sep 17 00:00:00 2001 From: Ray Andrew Date: Sun, 30 Nov 2025 02:18:22 -0600 Subject: [PATCH] change keymap of spotify-player --- config/spotify-player/app.toml | 4 ++-- config/spotify-player/keymap.toml | 10 +++++++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/config/spotify-player/app.toml b/config/spotify-player/app.toml index 447d4a8..c08d9cf 100644 --- a/config/spotify-player/app.toml +++ b/config/spotify-player/app.toml @@ -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 diff --git a/config/spotify-player/keymap.toml b/config/spotify-player/keymap.toml index a298cda..811efab 100644 --- a/config/spotify-player/keymap.toml +++ b/config/spotify-player/keymap.toml @@ -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 = "-"