1
0
Fork 0
mirror of synced 2024-05-24 11:10:27 -04:00
garuda-common-settings/etc/skel/.config/pacseek/config.json
BluishHumility 8c2074e7f0
feat(pacseek): use -R instead of -Rns for pacman remove
Use -R instead of -Rns for Pacman remove. Leaving the "s" out of it seems
like a more prudent option, which I think we should opt for if users are
going to be using this tool to remove packages. The advanced users who
prefer the more aggressive behavior can change the config on their own.

The "n" option shouldn't be part if it either way; I feel like a lot of
people do not understand what this flag actually is.
2024-04-08 22:25:31 -04:00

35 lines
936 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": "paru -S",
"UninstallCommand": "paru -R",
"SysUpgradeCommand": "paru",
"SearchMode": "Contains",
"SearchBy": "Name",
"CacheExpiry": 10,
"DisableCache": false,
"ColorScheme": "Arch Linux",
"BorderStyle": "Round",
"ShowPkgbuildCommand": "curl -s \"{url}\"|less",
"ShowPkgbuildInternally": true,
"ComputeRequiredBy": false,
"GlyphStyle": "Angled-No-X",
"DisableNewsFeed": false,
"FeedURLs": "https://archlinux.org/feeds/news/",
"FeedMaxItems": 5,
"SaveWindowLayout": false,
"LeftProportion": 4,
"Transparent": false,
"PackageColumnWidth": 0,
"EnableAutoSuggest": false,
"SepDepsWithNewLine": true
}