From 27630b1f86cd2fa05343e2079d8c91ac98d65fb2 Mon Sep 17 00:00:00 2001 From: whiteman808 Date: Sat, 21 Feb 2026 07:10:34 +0100 Subject: [PATCH] [profiles/desktop] change desktop profile --- profiles/desktop/.alacritty.toml | 2 +- profiles/desktop/.config/nvim/lua/config/settings.lua | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/profiles/desktop/.alacritty.toml b/profiles/desktop/.alacritty.toml index 8ade247..67f2c36 100644 --- a/profiles/desktop/.alacritty.toml +++ b/profiles/desktop/.alacritty.toml @@ -1,5 +1,5 @@ [env] -TERM = 'xterm-256color' +TERM = 'alacritty' [cursor] style = 'Block' diff --git a/profiles/desktop/.config/nvim/lua/config/settings.lua b/profiles/desktop/.config/nvim/lua/config/settings.lua index b3b975f..70a5645 100644 --- a/profiles/desktop/.config/nvim/lua/config/settings.lua +++ b/profiles/desktop/.config/nvim/lua/config/settings.lua @@ -112,3 +112,6 @@ vim.opt.cinoptions:append({ 'N-s' }) vim.g.html_indent_autotags = 'html,thead,tbody,tfoot' vim.g.html_indent_script1 = 'auto' vim.g.html_indent_style1 = 'auto' + +-- set cursor +vim.opt.guicursor = "n-v-c:block,i-ci-ve:ver25,r-cr:hor20,o:hor50"