mirror of
https://github.com/ksyasuda/mpv-youtube-queue.git
synced 2024-10-28 04:44:11 -07:00
change default cursor icon from nerd font to unicode
This commit is contained in:
parent
52a2197fbb
commit
0d3bdebd6c
@ -11,6 +11,6 @@ print_current_video=ctrl+P
|
||||
browser=firefox
|
||||
clipboard_command=xclip -o
|
||||
display_limit=6
|
||||
cursor_icon=
|
||||
cursor_icon=🠺
|
||||
font_size=24
|
||||
font_name=JetBrains Mono
|
||||
|
@ -40,7 +40,7 @@ local options = {
|
||||
browser = "firefox",
|
||||
clipboard_command = "xclip -o",
|
||||
display_limit = 6,
|
||||
cursor_icon = "",
|
||||
cursor_icon = "🠺",
|
||||
font_size = 24,
|
||||
font_name = "JetBrains Mono",
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user