A small patch with a few fixes, a new noerror feature, and special selectors.
New features
- Special categories can now have inline keys, e.g.
device[my-mouse-v1]:sensitivity = 1
- You can now mark areas to not throw errors with
# hyprlang noerror true
and then later# hyprlang noerror false
to revert back
Fixes
- core: Fix recursive variables in RHS of variable assignment
MRs
- config.cpp: fix environ for Apple by @barracuda156 in #34
- Fix: Comment escaping with multiple
#
by @Micovec in #38
New Contributors
- @barracuda156 made their first contribution in #34
- @Micovec made their first contribution in #38
Full Changelog: v0.5.0...v0.5.1