diff --git a/etc/skel/.config/pacseek/config.json b/etc/skel/.config/pacseek/config.json new file mode 100644 index 0000000..c730740 --- /dev/null +++ b/etc/skel/.config/pacseek/config.json @@ -0,0 +1,33 @@ +{ + "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 -Rs", + "SysUpgradeCommand": "paru", + "SearchMode": "Contains", + "SearchBy": "Name", + "CacheExpiry": 10, + "DisableCache": false, + "ColorScheme": "Arch Linux", + "BorderStyle": "Double", + "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 +}