refactor 🔨: Some DOCS, and other tweaks
This commit is contained in:
parent
eeb32488a4
commit
95d5259e48
6 changed files with 343 additions and 8 deletions
34
pacseek/config.json
Normal file
34
pacseek/config.json
Normal file
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"AurRpcUrl": "https://aurapi.moson.org/rpc",
|
||||
"AurTimeout": 5000,
|
||||
"AurSearchDelay": 500,
|
||||
"AurUseDifferentCommands": false,
|
||||
"AurInstallCommand": "",
|
||||
"AurUpgradeCommand": "",
|
||||
"DisableAur": false,
|
||||
"MaxResults": 500,
|
||||
"PacmanDbPath": "/var/lib/pacman/",
|
||||
"PacmanConfigPath": "/etc/pacman.conf",
|
||||
"InstallCommand": "yay -S",
|
||||
"UninstallCommand": "yay -Rs",
|
||||
"SysUpgradeCommand": "yay",
|
||||
"SearchMode": "Contains",
|
||||
"SearchBy": "Name",
|
||||
"CacheExpiry": 10,
|
||||
"DisableCache": false,
|
||||
"ColorScheme": "Arch Linux",
|
||||
"BorderStyle": "Single",
|
||||
"ShowPkgbuildCommand": "curl -s \"{url}\"|less",
|
||||
"ShowPkgbuildInternally": true,
|
||||
"ComputeRequiredBy": false,
|
||||
"GlyphStyle": "ASCII",
|
||||
"DisableNewsFeed": false,
|
||||
"FeedURLs": "https://archlinux.org/feeds/news/",
|
||||
"FeedMaxItems": 5,
|
||||
"SaveWindowLayout": true,
|
||||
"LeftProportion": 4,
|
||||
"Transparent": true,
|
||||
"PackageColumnWidth": 0,
|
||||
"EnableAutoSuggest": true,
|
||||
"SepDepsWithNewLine": true
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue