Update .config/hypr/colors.conf

Update .config/hypr/hypridle.conf
Update .config/hypr/hyprland/binds/managment.conf
Update .config/hypr/hyprland/decoration.conf
Update .config/hypr/hyprland/exec.conf
Update .config/hypr/hyprland/workspace_assign/workspace_2.conf
Update .config/mimeapps.list
Update .config/nvim/lua/config/set.lua
Update .config/fish/functions/update.fish
Update .config/yazi/yazi.toml
Update .local/bin/system_setup.sh
This commit is contained in:
2025-12-27 00:53:55 +01:00
parent 8cd6341a0d
commit 73a62aef61
11 changed files with 40 additions and 18 deletions

View File

@@ -6,7 +6,7 @@ vim.opt.number = true
vim.opt.signcolumn = 'yes'
vim.opt.cursorline = false
vim.opt.list = true
vim.opt.wrap = false
vim.opt.wrap = true
vim.opt.shiftwidth = 4
vim.opt.tabstop = 4
vim.opt.expandtab = true