v0.2.0
breaking changes
border_colors:
moved to theme subsection in themes section and renamed toborder:
- hyprlauncher no longer core dumps on empty list when pressing CTRL+j or CTRL+k (lol)
vim_keys:
renamed tocustom_navigation_keys
and moved to a subsection, and allows custom navigational keys, e.g.:
"custom_navigate_keys": {
"up": "k", // Key to move selection up (ctrl masked)
"down": "j", // Key to move selection down (ctrl masked)
"delete_word": "h" // Key to delete word in search (ctrl masked)
},
For more information on the configuration values:
visit: https://github.com/hyprutils/hyprlauncher/blob/main/configuration.md
What's Changed
🚀 Features
Stray commits
- docs(configuration): clarify live config reloading usage
- docs: add usage to markdown file
- ver: v0.2.0
Full Changelog: v0.1.9...v0.2.0