1
0
mirror of https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git synced 2025-09-15 09:45:58 +03:00

feat: switch terminal to Kitty and update related configs

- Replace WezTerm with Kitty as default terminal
- Update terminal keybindings in Hyprland config
- Adjust Kitty cursor settings (blink interval, trail, shape)
- Change Helix cursor shape from block to bar in normal mode
This commit is contained in:
xnm
2025-04-27 20:04:06 +03:00
parent 83faa6a5e1
commit 247bf4d438
4 changed files with 12 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ popup-border = "popup"
[editor.cursor-shape]
insert = "bar"
normal = "block"
normal = "bar"
select = "underline"
[editor.indent-guides]