/omarchy-first-things
Omarchy first things
Here are some of the things I like to do after installing Omarchy:
Edit the input settings
In the Setup menu, select 'Input'. LazyVim will open your input configuration ( ~/.config/hyp/input.conf ).
Personally I like to swap my capslock and escape keys. I almost never use capslock and escape is often used, especially when using any form of vim. So I change my kb_options to this:
kb_options = caps:swapescape
Also, for some reason Omarchy starts with the numlock on by default. Which is fine for some, but for me it is really annoying to have to turn it off everytime I boot or restart Hyprland. So let's change this immediately in the input.conf ! Set this from true to false.
numlock_by_default = false