First Commit
This commit is contained in:
2
etc/ananicy.d/00-default/tools/7z.rules
Normal file
2
etc/ananicy.d/00-default/tools/7z.rules
Normal file
@@ -0,0 +1,2 @@
|
||||
# 7z decompression
|
||||
{ "name": "7z", "type": "BG_CPUIO" }
|
||||
11
etc/ananicy.d/00-default/tools/_systemd.rules
Normal file
11
etc/ananicy.d/00-default/tools/_systemd.rules
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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" }
|
||||
|
||||
# Journald (https://wiki.archlinux.org/title/Systemd/Journal)
|
||||
{ "name": "systemd-journald", "type": "BG_CPUIO" }
|
||||
|
||||
# UDEV (https://wiki.archlinux.org/title/Udev) ; (https://man.archlinux.org/man/systemd-udevd.service.8)
|
||||
{ "name": "systemd-udevd", "type": "BG_CPUIO" }
|
||||
2
etc/ananicy.d/00-default/tools/auto-cpufreq.rules
Normal file
2
etc/ananicy.d/00-default/tools/auto-cpufreq.rules
Normal file
@@ -0,0 +1,2 @@
|
||||
# Automatic CPU speed & power optimizer for Linux: https://github.com/AdnanHodzic/auto-cpufreq
|
||||
{ "name": "auto-cpufreq", "type": "BG_CPUIO" }
|
||||
2
etc/ananicy.d/00-default/tools/bind.rules
Normal file
2
etc/ananicy.d/00-default/tools/bind.rules
Normal file
@@ -0,0 +1,2 @@
|
||||
# DNS (https://wiki.archlinux.org/title/BIND)
|
||||
{ "name": "named", "type": "BG_CPUIO" }
|
||||
2
etc/ananicy.d/00-default/tools/chrony.rules
Normal file
2
etc/ananicy.d/00-default/tools/chrony.rules
Normal file
@@ -0,0 +1,2 @@
|
||||
# https://chrony-project.org/
|
||||
{ "name": "chronyd", "type": "BG_CPUIO" }
|
||||
3
etc/ananicy.d/00-default/tools/corectrl.rules
Normal file
3
etc/ananicy.d/00-default/tools/corectrl.rules
Normal file
@@ -0,0 +1,3 @@
|
||||
# Controls CPU/GPU Profiles, has a helper and a normal GUI app - https://gitlab.com/corectrl/corectrl
|
||||
{ "name": "corectrl", "type": "BG_CPUIO" }
|
||||
{ "name": "corectrl_helper", "type": "LowLatency_RT", "ionice": 1 }
|
||||
3
etc/ananicy.d/00-default/tools/cups.rules
Normal file
3
etc/ananicy.d/00-default/tools/cups.rules
Normal file
@@ -0,0 +1,3 @@
|
||||
# Open-source printing system: https://www.cups.org/
|
||||
{ "name": "cups-browsed", "type": "BG_CPUIO" }
|
||||
{ "name": "cupsd", "type": "BG_CPUIO" }
|
||||
2
etc/ananicy.d/00-default/tools/curl.rules
Normal file
2
etc/ananicy.d/00-default/tools/curl.rules
Normal file
@@ -0,0 +1,2 @@
|
||||
# curl - URL retrieval utility and library: https://curl.haxx.se
|
||||
{ "name": "curl", "type": "BG_CPUIO" }
|
||||
2
etc/ananicy.d/00-default/tools/ffmpeg.rules
Normal file
2
etc/ananicy.d/00-default/tools/ffmpeg.rules
Normal file
@@ -0,0 +1,2 @@
|
||||
# ffmpeg - https://ffmpeg.org/
|
||||
{ "name": "ffmpeg", "type": "Heavy_CPU" }
|
||||
2
etc/ananicy.d/00-default/tools/github_copilot.rules
Normal file
2
etc/ananicy.d/00-default/tools/github_copilot.rules
Normal 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" }
|
||||
2
etc/ananicy.d/00-default/tools/meld.rules
Normal file
2
etc/ananicy.d/00-default/tools/meld.rules
Normal file
@@ -0,0 +1,2 @@
|
||||
# http://meldmerge.org
|
||||
{ "name": "meld", "type": "BG_CPUIO" }
|
||||
3
etc/ananicy.d/00-default/tools/nextdns.rules
Normal file
3
etc/ananicy.d/00-default/tools/nextdns.rules
Normal file
@@ -0,0 +1,3 @@
|
||||
# NextDNS is a DNS resolution service with features like adblocking, DoT/DoH.
|
||||
# The app here has a LowLatency_RT because DNS requests go through it.
|
||||
{ "name": "nextdns", "type": "LowLatency_RT", "ionice": 1 }
|
||||
2
etc/ananicy.d/00-default/tools/openrgb.rules
Normal file
2
etc/ananicy.d/00-default/tools/openrgb.rules
Normal file
@@ -0,0 +1,2 @@
|
||||
# OpenRGB
|
||||
{ "name": "openrgb", "type": "BG_CPUIO" }
|
||||
2
etc/ananicy.d/00-default/tools/ppd.rules
Normal file
2
etc/ananicy.d/00-default/tools/ppd.rules
Normal file
@@ -0,0 +1,2 @@
|
||||
# https://gitlab.freedesktop.org/upower/power-profiles-daemon/
|
||||
{ "name": "power-profiles-daemon", "type": "BG_CPUIO" }
|
||||
3
etc/ananicy.d/00-default/tools/qemu.rules
Normal file
3
etc/ananicy.d/00-default/tools/qemu.rules
Normal file
@@ -0,0 +1,3 @@
|
||||
# Fast Processor Emulator https://www.qemu.org/
|
||||
{ "name": "qemu-system-x86", "type": "Heavy_CPU" }
|
||||
{ "name": "qemu-system-x86_64", "type": "Heavy_CPU" }
|
||||
1
etc/ananicy.d/00-default/tools/rsync.rules
Normal file
1
etc/ananicy.d/00-default/tools/rsync.rules
Normal file
@@ -0,0 +1 @@
|
||||
{ "name": "rsync", "type": "BG_CPUIO" }
|
||||
2
etc/ananicy.d/00-default/tools/smartd.rules
Normal file
2
etc/ananicy.d/00-default/tools/smartd.rules
Normal file
@@ -0,0 +1,2 @@
|
||||
# https://www.smartmontools.org/
|
||||
{ "name": "smartd", "type": "BG_CPUIO" }
|
||||
2
etc/ananicy.d/00-default/tools/smartgit.rules
Normal file
2
etc/ananicy.d/00-default/tools/smartgit.rules
Normal file
@@ -0,0 +1,2 @@
|
||||
# Smartgit
|
||||
{ "name": "smartgit", "type": "Doc-View" }
|
||||
2
etc/ananicy.d/00-default/tools/ssh.rules
Normal file
2
etc/ananicy.d/00-default/tools/ssh.rules
Normal file
@@ -0,0 +1,2 @@
|
||||
# ssh
|
||||
{ "name": "ssh-agent", "type": "BG_CPUIO" }
|
||||
15
etc/ananicy.d/00-default/tools/system-monitoring.rules
Normal file
15
etc/ananicy.d/00-default/tools/system-monitoring.rules
Normal file
@@ -0,0 +1,15 @@
|
||||
# btop process browser
|
||||
{ "name": "btop", "type": "Doc-View" }
|
||||
|
||||
# htop process browser: https://hisham.hm/htop/
|
||||
{ "name": "htop", "type": "Doc-View" }
|
||||
|
||||
# nvtop gpu monitor: https://github.com/Syllo/nvtop
|
||||
{ "name": "nvtop", "type": "Doc-View" }
|
||||
|
||||
# GNOME System Monitor
|
||||
{ "name": "gnome-system-monitor", "type": "Doc-View" }
|
||||
|
||||
# https://gitlab.com/mission-center-devs/mission-center
|
||||
{ "name": "missioncenter", "type": "Doc-View" }
|
||||
{ "name": "missioncenter-gatherer", "type": "Doc-View" }
|
||||
2
etc/ananicy.d/00-default/tools/thermald.rules
Normal file
2
etc/ananicy.d/00-default/tools/thermald.rules
Normal file
@@ -0,0 +1,2 @@
|
||||
# Thermal monitoring and controlling daemon: https://wiki.debian.org/thermald
|
||||
{ "name": "thermald", "type": "BG_CPUIO" }
|
||||
2
etc/ananicy.d/00-default/tools/thinkfan.rules
Normal file
2
etc/ananicy.d/00-default/tools/thinkfan.rules
Normal file
@@ -0,0 +1,2 @@
|
||||
# https://github.com/vmatare/thinkfan
|
||||
{ "name": "thinkfan", "type": "BG_CPUIO" }
|
||||
4
etc/ananicy.d/00-default/tools/tlp.rules
Normal file
4
etc/ananicy.d/00-default/tools/tlp.rules
Normal file
@@ -0,0 +1,4 @@
|
||||
# https://github.com/linrunner/TLP
|
||||
{ "name": "tlp", "type": "BG_CPUIO" }
|
||||
{ "name": "tlp-rdw", "type": "BG_CPUIO" }
|
||||
{ "name": "tlp-stat", "type": "BG_CPUIO" }
|
||||
2
etc/ananicy.d/00-default/tools/tor.rules
Normal file
2
etc/ananicy.d/00-default/tools/tor.rules
Normal file
@@ -0,0 +1,2 @@
|
||||
# tor: https://www.torproject.org/
|
||||
{ "name": "tor", "type": "Service" }
|
||||
3
etc/ananicy.d/00-default/tools/tuned.rules
Normal file
3
etc/ananicy.d/00-default/tools/tuned.rules
Normal file
@@ -0,0 +1,3 @@
|
||||
# TuneD - https://github.com/redhat-performance/tuned
|
||||
{ "name": "tuned", "type": "BG_CPUIO" }
|
||||
{ "name": "tuned-ppd", "type": "BG_CPUIO" }
|
||||
2
etc/ananicy.d/00-default/tools/wget.rules
Normal file
2
etc/ananicy.d/00-default/tools/wget.rules
Normal file
@@ -0,0 +1,2 @@
|
||||
# https://www.gnu.org/software/wget
|
||||
{ "name": "wget", "type": "BG_CPUIO" }
|
||||
3
etc/ananicy.d/00-default/tools/wl-clipboard.rules
Normal file
3
etc/ananicy.d/00-default/tools/wl-clipboard.rules
Normal file
@@ -0,0 +1,3 @@
|
||||
# https://github.com/bugaevc/wl-clipboard
|
||||
{ "name": "wl-copy", "type": "Service" }
|
||||
{ "name": "wl-paste", "type": "Service" }
|
||||
Reference in New Issue
Block a user