Compare commits

...

2 Commits

Author SHA1 Message Date
BluishHumility 000fb46329 fix(zram-generator.conf): remove depreciated config options
* `zram-fraction` and `max-zram-size` are obsolete options. The size of the
zram device is now set by `zram-size`.
* Removed `host-memory-limit` since we have it set to the default value.

Closes https://gitlab.com/garuda-linux/themes-and-settings/settings/garuda-common-settings/-/merge_requests/8
2023-12-15 23:45:07 -05:00
BluishHumility d04cd5a0b0 feat(pacseek): separate dependencies with newline by default 2023-12-15 21:53:49 -05:00
2 changed files with 4 additions and 5 deletions

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
}

View File

@ -1,5 +1,3 @@
[zram0]
host-memory-limit = none
zram-fraction = 1
max-zram-size = none
zram-size=ram
compression-algorithm = zstd