Split Android Studio, add dbus-daemon, systemd-resolved and github copilot

This commit is contained in:
Josh Taylor 2023-01-11 16:26:00 +08:00
parent e2d29c53ab
commit ba66a74a59
No known key found for this signature in database
GPG key ID: CCDD0A75B2820EA9
6 changed files with 13 additions and 4 deletions

View file

@ -1,5 +1,2 @@
{ "name": "android-studio", "type": "Heavy_CPU" }
{ "name": "avd", "type": "Heavy_CPU" }
{ "name": "java", "type": "Heavy_CPU" }
{ "name": "qemu-system-x86_64", "type": "Heavy_CPU" }
{ "name": "qemu-system-x86", "type": "Heavy_CPU" }
{ "name": "avd", "type": "Heavy_CPU" }

View file

@ -0,0 +1,2 @@
# It's java. What did you think the type would be? ಠ_ಠ
{ "name": "java", "type": "Heavy_CPU" }

View file

@ -1,2 +1,5 @@
# https://www.freedesktop.org/wiki/Software/systemd/
{ "name": "systemd-timesyncd", "type": "BG_CPUIO" }
# DNS (https://wiki.archlinux.org/title/systemd-resolved)
{ "name": "systemd-resolved", "type": "BG_CPUIO" }

View file

@ -0,0 +1,3 @@
# D-Bus is a message bus system that provides an easy way for inter-process communication.
# https://wiki.archlinux.org/title/D-Bus and https://dbus.freedesktop.org/doc/dbus-daemon.1.html
{ "name": "dbus-daemon", "type": "Service" }

View file

@ -0,0 +1,2 @@
# Github Copilot, doesn't seem to be an extra service with VSCode, just Jetbrains IDEs?
{ "name": "copilot-agent-linux", "type": "BG_CPUIO" }

View file

@ -0,0 +1,2 @@
{ "name": "qemu-system-x86_64", "type": "Heavy_CPU" }
{ "name": "qemu-system-x86", "type": "Heavy_CPU" }