hyprwm / hyprcursor

The hyprland cursor format, library and utilities.
https://standards.hyprland.org/hyprcursor/
BSD 3-Clause "New" or "Revised" License
376 stars 14 forks source link

Can't use semicolons on define_override #67

Closed SeeStarz closed 1 month ago

SeeStarz commented 1 month ago

tbh i don't really know what's going on. i just wanted to port a windows cursor to linux. anyways.

define_override = arrow
define_override = default
define_override = top_left_corner

seems to work

define_override = arrow;default;top_left_corner

doesn't https://standards.hyprland.org/hyprcursor/

vaxerski commented 1 month ago

that's correct. ;s are only for toml. Standard implies hl is fine with that too, I'll fix it.