Добавление уведомлений при смене треков

This commit is contained in:
2025-11-25 18:36:08 +07:00
parent 5b567c46e9
commit 86fc70941b
2 changed files with 138 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
on_song_change: ["/usr/bin/python3", "/home/crud/.config/rmpc/notify.py"],
volume_step: 5,
max_fps: 30,
scrolloff: 0,
@@ -69,7 +69,7 @@
"<C-j>": PaneDown,
"<C-h>": PaneLeft,
"<C-l>": PaneRight,
"<C-u>": UpHalf,
"<PageUp>": UpHalf,
"N": PreviousResult,
"a": Add,
"A": AddAll,
@@ -82,7 +82,7 @@
"<CR>": Confirm,
"i": FocusInput,
"J": MoveDown,
"<C-d>": DownHalf,
"<PageDown>": DownHalf,
"/": EnterSearch,
"<C-c>": Close,
"<Esc>": Close,