From a1cd2dc2f40e005d58adaeb9cf34499a33fe4f50 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Mon, 11 Apr 2022 15:17:29 -0700 Subject: [PATCH] rolled back kitty terminal as cursor does not render properly --- pacman.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pacman.conf b/pacman.conf index 185fc4a1..1e037798 100644 --- a/pacman.conf +++ b/pacman.conf @@ -21,7 +21,11 @@ Architecture = x86_64 # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup #IgnorePkg = IgnorePkg = npm -#IgnorePkg = lib32-nvidia-utils + +#Temporary, please eventually update kitty +IgnorePkg = kitty +IgnorePkg = kitty-shell-integration +IgnorePkg = kitty-terminfo #NoUpgrade = #NoExtract = @@ -32,7 +36,7 @@ Color #NoProgressBar CheckSpace VerbosePkgLists -#ParallelDownloads = 5 +ParallelDownloads = 5 # By default, pacman accepts packages signed by keys that its local keyring # trusts (see pacman-key and its man page), as well as unsigned packages. SigLevel = Required DatabaseOptional