diff --git a/etc/skel/.config/pacseek/config.json b/etc/skel/.config/pacseek/config.json index c730740..f6698d5 100644 --- a/etc/skel/.config/pacseek/config.json +++ b/etc/skel/.config/pacseek/config.json @@ -17,7 +17,7 @@ "CacheExpiry": 10, "DisableCache": false, "ColorScheme": "Arch Linux", - "BorderStyle": "Double", + "BorderStyle": "Round", "ShowPkgbuildCommand": "curl -s \"{url}\"|less", "ShowPkgbuildInternally": true, "ComputeRequiredBy": false, @@ -29,5 +29,6 @@ "LeftProportion": 4, "Transparent": false, "PackageColumnWidth": 0, - "EnableAutoSuggest": false + "EnableAutoSuggest": false, + "SepDepsWithNewLine": true }