dotfiles/.config/pacseek/config.json

33 lines
925 B
JSON

{
"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": "Custom",
"BorderStyle": "Round",
"ShowPkgbuildCommand": "curl -s \"{url}\"|less",
"ShowPkgbuildInternally": true,
"ComputeRequiredBy": false,
"GlyphStyle": "Pipes",
"DisableNewsFeed": false,
"FeedURLs": "https://archlinux.org/feeds/news/",
"FeedMaxItems": 5,
"SaveWindowLayout": false,
"LeftProportion": 4,
"Transparent": true,
"PackageColumnWidth": 0,
"EnableAutoSuggest": false
}