change default cursor icon from nerd font to unicode

This commit is contained in:
ksyasuda 2023-08-03 00:53:52 -07:00
parent 52a2197fbb
commit 0d3bdebd6c
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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",
}