Update .config/btop/btop.conf

Update .config/hypr/hypridle.conf
Update .config/hypr/hyprland.conf
Update .config/hypr/hyprland/binds/managment.conf
Update .config/fish/fish_variables
Update .config/fish/functions/ls.fish
This commit is contained in:
2026-01-03 21:30:39 +01:00
parent 209bae9436
commit cdee48a8a0
6 changed files with 70 additions and 96 deletions

View File

@@ -1,4 +1,4 @@
function ls --wraps='eza --long --icons --color' --description 'alias ls=eza --long --icons --color'
eza --long --icons --color $argv
function ls --wraps='eza --long --icons --color --git' --description 'alias ls=eza --long --icons --color --git'
eza --long --icons --color --git $argv
end