mirror of
https://github.com/ksyasuda/mpv-youtube-queue.git
synced 2025-12-05 02:53:38 -08:00
change default cursor icon from nerd font to unicode
This commit is contained in:
@@ -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",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user