1
0
Fork 0
mirror of synced 2024-05-29 21:41:08 -04:00

Compare commits

..

2 commits

Author SHA1 Message Date
Franky 6d0427b85f Merge branch 'master' into 'master'
change zram-fraction on zram-generator.conf into a more realistic value

See merge request garuda-linux/themes-and-settings/settings/garuda-common-settings!8
2023-12-16 03:40:09 +00:00
BluishHumility d04cd5a0b0 feat(pacseek): separate dependencies with newline by default 2023-12-15 21:53:49 -05:00

View file

@ -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
}