Fix: invisible working mouse Ft. Hyprland

Just add this entry anywhere in .config/hypr/hyprland.conf:

cursor {
    no_hardware_cursors = true
}

Flash image to partition, and boot with grub manual entry

How to flash image (.iso) to paritition

  1. Create partition
sudo fdisk /dev/sda
Read more…

Easy dotfiles management

The easiest way to version control your dotfiles.

  1. Initialize empty repo at home
git init --bare $HOME/.dotfiles
Read more…

Fix Error executing vim.schedule lua callback: ...lazy/mason-lspconfig.nvim/lua/mason-lspconfig/notify.lua :5: attempt to call field 'notify' (a nil value)

  1. Open init.vim and add this line
lua require('lspconfig').lua_ls.setup({})

Reference: Reddit

patchelf, replace pkg dependency

Replace the required dependency error in packages.

Error:

nvim: error while loading shared libraries: libmsgpackc.so.2: cannot open shared object file: No such file or directory
Read more…