Compare commits

...

3 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
Franky c8d8fa9a5d change zram-fraction on zram-generator.conf 2023-12-10 14:00:12 +00:00
2 changed files with 4 additions and 3 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,5 @@
[zram0]
host-memory-limit = none
zram-fraction = 1
zram-fraction = 0.75
max-zram-size = none
compression-algorithm = zstd