Skip to content

v0.2.0

Compare
Choose a tag to compare
@nnyyxxxx nnyyxxxx released this 17 Nov 14:43
· 54 commits to main since this release
3aa8430

breaking changes

  • border_colors: moved to theme subsection in themes section and renamed to border:
  • hyprlauncher no longer core dumps on empty list when pressing CTRL+j or CTRL+k (lol)
  • vim_keys: renamed to custom_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

Full Changelog: v0.1.9...v0.2.0