mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-03 12:14:07 +00:00
~
This commit is contained in:
parent
3f01bd1608
commit
a15a59af09
7 changed files with 305 additions and 129 deletions
|
@ -13,11 +13,6 @@
|
|||
enable_mouse: true,
|
||||
status_update_interval_ms: 1000,
|
||||
select_current_song_on_change: false,
|
||||
album_art: (
|
||||
method: Auto,
|
||||
max_size_px: (width: 600, height: 600),
|
||||
disabled_protocols: ["http://", "https://"],
|
||||
),
|
||||
keybinds: (
|
||||
global: {
|
||||
":": CommandMode,
|
||||
|
@ -90,6 +85,12 @@
|
|||
"C": JumpToCurrent,
|
||||
},
|
||||
),
|
||||
|
||||
album_art: (
|
||||
method: Auto,
|
||||
max_size_px: (width: 600, height: 600),
|
||||
disabled_protocols: ["http://", "https://"],
|
||||
),
|
||||
search: (
|
||||
case_sensitive: false,
|
||||
mode: Contains,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue