Skip to content

Commit

Permalink
chore(config): Add additional defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
mmstick authored and jackpot51 committed May 4, 2022
1 parent 76e27ac commit 0674263
Showing 1 changed file with 48 additions and 5 deletions.
53 changes: 48 additions & 5 deletions data/auto.ron
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,63 @@

{
// Very high
-11: [
-9: [
"easyeffects",
"pipewire",
"pipewire-pulse",
"wireplumber"
],
// High priority
-5: [
"amsynth",
"gnome-shell",
"kwin",
"sway",
"Xorg"
"steam",
"Xorg",
],
// Default
0: [
"dbus",
"dbus-daemon",
"systemd",
"sshd",
],
// Low
9: [
"accounts-daemon",
"acpid",
"automount",
"avahi-daemon",
"bluetoothd",
"colord",
"cron",
"cups-browsed",
"cupsd",
"dconf-service",
"dnsmasq",
"dockerd",
"fwupd",
"FAHClient",
"hidpi-daemon",
"iwd",
"ModemManager",
"NetworkManager",
"packagekitd",
"pop-system-updater",
"rpcbind",
"system76-daemon",
"system76-firmware-daemon",
"system76-power",
"system76-scheduler",
"system76-user-daemon",
"thermald",
"tracker-miner-fs-3",
"udisksd",
"upowerd",
],
// Absolute lowest priority
19: [
"boinc",
"FAHClient",
"FAHCoreWrapper",
"c++",
"cargo",
"clang",
Expand All @@ -26,5 +68,6 @@
"gcc",
"lld",
"make",
"mold",
"rustc",
]}

0 comments on commit 0674263

Please # to comment.