1
0
Fork 0
mirror of synced 2024-05-30 05:41:11 -04:00

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, "CacheExpiry": 10,
"DisableCache": false, "DisableCache": false,
"ColorScheme": "Arch Linux", "ColorScheme": "Arch Linux",
"BorderStyle": "Double", "BorderStyle": "Round",
"ShowPkgbuildCommand": "curl -s \"{url}\"|less", "ShowPkgbuildCommand": "curl -s \"{url}\"|less",
"ShowPkgbuildInternally": true, "ShowPkgbuildInternally": true,
"ComputeRequiredBy": false, "ComputeRequiredBy": false,
@ -29,5 +29,6 @@
"LeftProportion": 4, "LeftProportion": 4,
"Transparent": false, "Transparent": false,
"PackageColumnWidth": 0, "PackageColumnWidth": 0,
"EnableAutoSuggest": false "EnableAutoSuggest": false,
"SepDepsWithNewLine": true
} }

View file

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