rolled back kitty terminal as cursor does not render properly
This commit is contained in:
parent
2de15a6bb7
commit
a1cd2dc2f4
1 changed files with 6 additions and 2 deletions
|
|
@ -21,7 +21,11 @@ Architecture = x86_64
|
||||||
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
|
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
|
||||||
#IgnorePkg =
|
#IgnorePkg =
|
||||||
IgnorePkg = npm
|
IgnorePkg = npm
|
||||||
#IgnorePkg = lib32-nvidia-utils
|
|
||||||
|
#Temporary, please eventually update kitty
|
||||||
|
IgnorePkg = kitty
|
||||||
|
IgnorePkg = kitty-shell-integration
|
||||||
|
IgnorePkg = kitty-terminfo
|
||||||
|
|
||||||
#NoUpgrade =
|
#NoUpgrade =
|
||||||
#NoExtract =
|
#NoExtract =
|
||||||
|
|
@ -32,7 +36,7 @@ Color
|
||||||
#NoProgressBar
|
#NoProgressBar
|
||||||
CheckSpace
|
CheckSpace
|
||||||
VerbosePkgLists
|
VerbosePkgLists
|
||||||
#ParallelDownloads = 5
|
ParallelDownloads = 5
|
||||||
# By default, pacman accepts packages signed by keys that its local keyring
|
# 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.
|
# trusts (see pacman-key and its man page), as well as unsigned packages.
|
||||||
SigLevel = Required DatabaseOptional
|
SigLevel = Required DatabaseOptional
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue