feat!(terminal): changed terminal from alacritty to kitty

This commit is contained in:
2025-01-19 00:50:21 +01:00
parent b5f413216b
commit 26f7b8f837
10 changed files with 2909 additions and 256 deletions

View File

@@ -22,7 +22,7 @@ elif [[ ( "$theme" == *'type-2'* ) || ( "$theme" == *'type-4'* ) ]]; then
fi
# CMDs (add your apps here)
term_cmd='alacritty'
term_cmd='kitty'
file_cmd='nautilus'
text_cmd='gedit'
web_cmd='flatpak run io.gitlab.librewolf-community'