Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions 00-default/Audio-Video/audioserver.rules
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
{ "name": "pipewire-pulse", "type": "LowLatency_RT" }
{ "name": "wireplumber", "type": "LowLatency_RT" }
{ "name": "pulseaudio", "type": "LowLatency_RT" }
{ "name": "pw-jack", "type": "LowLatency_RT" }
3 changes: 3 additions & 0 deletions 00-default/Audio-Video/cantata.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://github.com/nullobsi/cantata
{ "name": "cantata", "type": "Player-Audio" }
{ "name": "cantata-tags", "type": "Player-Audio" }
3 changes: 3 additions & 0 deletions 00-default/Audio-Video/kodi.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://kodi.tv/
{ "name": "kodi", "type": "Player-Video" }
{ "name": "kodi-standalone", "type": "Player-Video" }
1 change: 1 addition & 0 deletions 00-default/Audio-Video/mpd.rules
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
{ "name": "mpd", "type": "Player-Audio" }

{ "name": "mpd-mpris", "type": "Service" }
{ "name": "mpDris2", "type": "Service" }
8 changes: 8 additions & 0 deletions 00-default/Chats/chats.rules
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,11 @@

# Mumble: https://www.mumble.info/
{ "name": "mumble", "type": "Chat" }

# https://dino.im/
{ "name": "dino-im", "type": "Chat" }

# https://jami.net/
{ "name": "jami-qt", "type": "Chat" }
{ "name": "jami-gnome", "type": "Chat" }
{ "name": "dring", "type": "Service" }
2 changes: 2 additions & 0 deletions 00-default/Creative/freecad.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# FreeCAD: https://www.freecadweb.org/
{ "name": "freecad", "type": "Heavy_CPU" }
4 changes: 2 additions & 2 deletions 00-default/DEs-and-WMs/gnome.rules
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# http://live.gnome.org/ThumbnailerSpec
{ "name": "tumblerd", "type": "TODO" }
# http://live.gnome.org/ThumbnailerSpec
{ "name": "tumblerd", "type": "BG_CPUIO" }

# Used for password management - https://wiki.archlinux.org/title/GNOME/Keyring
{ "name": "gnome-keyring-daemon", "type": "Service" }
Expand Down
2 changes: 0 additions & 2 deletions 00-default/DEs-and-WMs/plasma.rules
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

# https://github.com/KDE/dolphin
{ "name": "dolphin", "type": "LowLatency_RT" }
# https://apps.kde.org/spectacle/
{ "name": "spectacle", "type": "LowLatency_RT" }
# https://github.com/KDE/discover
{ "name": "plasma-discover", "type": "OOM_NO_KILL" }
{ "name": "DiscoverNotifier", "type": "BG_CPUIO" }
Expand Down
6 changes: 6 additions & 0 deletions 00-default/DEs-and-WMs/sway.rules
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@
# Sway idle daemon
# https://github.com/swaywm/swayidle
{ "name": "swayidle", "type": "Service" }

# https://github.com/swaywm/swaybg
{ "name": "swaybg", "type": "Service" }

# https://github.com/swaywm/swaylock
{ "name": "swaylock", "type": "Service" }
2 changes: 2 additions & 0 deletions 00-default/Development & Programming/buildah.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# https://buildah.io/
{ "name": "buildah", "type": "BG_CPUIO" }
1 change: 1 addition & 0 deletions 00-default/Development & Programming/bun.rules
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Bun is a JavaScript runtime written in Zig and powered by Apple's JavaScriptCore: https://bun.sh/
{ "name": "bun", "type": "BG_CPUIO" }
{ "name": "bunx", "type": "BG_CPUIO" }
3 changes: 3 additions & 0 deletions 00-default/Development & Programming/ccache.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://ccache.dev/
{ "name": "ccache", "type": "BG_CPUIO" }
{ "name": "update-ccache-symlinks", "type": "BG_CPUIO" }
6 changes: 6 additions & 0 deletions 00-default/Development & Programming/node.rules
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. https://nodejs.org
{ "name": "node", "type": "BG_CPUIO" }
# https://nodejs.org/en/knowledge/getting-started/npm/what-is-npm/
{"name": "npm", "type": "BG_CPUIO"}
# https://yarnpkg.com/
{"name": "yarn", "type": "BG_CPUIO"}
# https://pnpm.io/
{"name": "pnpm", "type": "BG_CPUIO"}
10 changes: 10 additions & 0 deletions 00-default/Development & Programming/python.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# https://pip.pypa.io/
{"name": "pip", "type": "BG_CPUIO" }
# https://pypa.github.io/pipx/
{"name": "pipx", "type": "BG_CPUIO"}
# https://python-poetry.org/
{"name": "poetry", "type": "BG_CPUIO"}
# https://docs.astral.sh/uv/
{"name": "uv", "type": "BG_CPUIO"}
# https://docs.astral.sh/uv/concepts/tools/
{"name": "uvx", "type": "BG_CPUIO"}
2 changes: 2 additions & 0 deletions 00-default/Development & Programming/sccache.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# https://github.com/mozilla/sccache
{ "name": "sccache", "type": "BG_CPUIO" }
2 changes: 1 addition & 1 deletion 00-default/Games/linux-native/linux-native_d.rules
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
{ "name": "DungeonDefenders-x86", "type": "Game" }

# Dungeon Drafters https://store.steampowered.com/app/1824580/Dungeon_Drafters/
{ "name": "Dungeon Drafters.x86_64", "type": "Game" }+
{ "name": "Dungeon Drafters.x86_64", "type": "Game" }

# Dungeon of Elements https://store.steampowered.com/app/302310/Dungeon_of_Elements/
{ "name": "DungeonofElements.x86", "type": "Game" }
Expand Down
8 changes: 2 additions & 6 deletions 00-default/Games/wine_proton/common.rules
Original file line number Diff line number Diff line change
Expand Up @@ -658,10 +658,6 @@
# Drive Beyond Horizons Demo https://store.steampowered.com/app/2859390/Drive_Beyond_Horizons/
{ "name": "DriveBeyondHorizons-Win64-Shipping.exe", "type": "Game" }

# DEATH STRANDING https://store.steampowered.com/app/1190460/DEATH_STRANDING/
# DEATH STRANDING DIRECTOR'S CUT https://store.steampowered.com/app/1850570/DEATH_STRANDING_DIRECTORS_CUT/
{ "name": "ds.exe", "type": "Game" }

# Dungeon Defenders II https://store.steampowered.com/app/236110/Dungeon_Defenders_II/
# Dungeon Defenders https://store.steampowered.com/app/65800/Dungeon_Defenders/
{ "name": "DunDefGame.exe", "type": "Game" }
Expand Down Expand Up @@ -3202,7 +3198,7 @@
# Zula Türkiye https://store.steampowered.com/app/714210/
{ "name": "zula_launcher.exe", "type": "Game" }

### Other (no sorting required) ###
### Other (no sorting required) ###

# Call of Duty Launcher
{ "name": "bootstrapper.exe", "type": "BG_CPUIO" }
Expand All @@ -3225,7 +3221,7 @@
# some sort of windows cd/dvd shit process for launching installer
{ "name": "autorun.exe", "type": "BG_CPUIO" }

# Adobe Integrated Runtime binary
# Adobe Integrated Runtime binary
{ "name": "CaptiveAppEntry.exe", "type": "BG_CPUIO" }

# source2 background process https://www.source2.wiki/EngineTools/VConsole
Expand Down
1 change: 1 addition & 0 deletions 00-default/Games/wine_proton/wine_proton_d.rules
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@
# Death Stranding 2: On the Beach https://store.steampowered.com/app/3280350/DEATH_STRANDING_2_ON_THE_BEACH/
{ "name": "DS2.exe", "type": "Game" }

# DEATH STRANDING https://store.steampowered.com/app/1190460/DEATH_STRANDING/
# DEATH STRANDING DIRECTOR'S CUT https://store.steampowered.com/app/1850570/DEATH_STRANDING_DIRECTORS_CUT/
{ "name": "ds.exe", "type": "Game" }

Expand Down
3 changes: 3 additions & 0 deletions 00-default/Networking/connman.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://git.kernel.org/pub/scm/network/connman/connman.git
{ "name": "connmand", "type": "LowLatency_RT", "ionice": 1 }
{ "name": "connman-vpnd", "type": "LowLatency_RT", "ionice": 1 }
3 changes: 3 additions & 0 deletions 00-default/Networking/i2pd.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# i2pd: https://i2pd.website
{ "name": "i2pd", "type": "Service" }
{ "name": "i2pd-daemon", "type": "Service" }
2 changes: 2 additions & 0 deletions 00-default/Networking/iwd.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# https://git.kernel.org/pub/scm/network/wireless/iwd.git
{ "name": "iwd", "type": "LowLatency_RT", "ionice": 1 }
2 changes: 2 additions & 0 deletions 00-default/Networking/lokinet.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# https://lokinet.org/
{ "name": "lokinet", "type": "Service" }
2 changes: 2 additions & 0 deletions 00-default/Networking/nicotine.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# https://nicotine-plus.org
{ "name": "nicotine", "type": "BG_CPUIO" }
4 changes: 4 additions & 0 deletions 00-default/Networking/opensnitch.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# https://github.com/evilsocket/opensnitch
{ "name": "opensnitchd", "type": "LowLatency_RT" }
{ "name": "opensnitch-ui", "type": "Doc-View" }

2 changes: 2 additions & 0 deletions 00-default/Networking/privoxy.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# https://www.privoxy.org/
{ "name": "privoxy", "type": "Service" }
2 changes: 2 additions & 0 deletions 00-default/Networking/sia.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# https://sia.tech
{ "name": "siad", "type": "BG_CPUIO" }
2 changes: 2 additions & 0 deletions 00-default/Networking/stubby.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# https://github.com/getdnsapi/stubby
{ "name": "stubby", "type": "Service" }
2 changes: 2 additions & 0 deletions 00-default/Networking/tor.rules
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# tor: https://www.torproject.org/
{ "name": "tor", "type": "Service" }
# https://gitlab.com/yawning/obfs4
{ "name": "obfs4proxy", "type": "Service" }
2 changes: 2 additions & 0 deletions 00-default/Networking/unbound.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# unbound: https://nlnetlabs.nl/projects/unbound/about/
{ "name": "unbound", "type": "Service" }
1 change: 1 addition & 0 deletions 00-default/Productivity & Office/calibre.rules
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
{ "name": "calibre", "type": "Doc-View" }
{ "name": "ebook-viewer", "type": "Doc-View" }
{ "name": "lrfviewer", "type": "Doc-View" }
{ "name": "ebook-convert", "type": "BG_CPUIO" }
2 changes: 2 additions & 0 deletions 00-default/Productivity & Office/goldendict.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# http://www.goldendict.org/
{ "name": "goldendict", "type": "Doc-View" }
6 changes: 6 additions & 0 deletions 00-default/Productivity & Office/latex.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{ "name": "latex", "type": "BG_CPUIO" }
{ "name": "pdflatex", "type": "BG_CPUIO" }
{ "name": "lualatex", "type": "BG_CPUIO" }
{ "name": "dvilualatex", "type": "BG_CPUIO" }
{ "name": "mptopdf", "type": "BG_CPUIO" }
{ "name": "xelatex", "type": "BG_CPUIO" }
2 changes: 2 additions & 0 deletions 00-default/Productivity & Office/simple-scan.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# https://gitlab.gnome.org/GNOME/simple-scan
{ "name": "simple-scan", "type": "Doc-View" }
3 changes: 3 additions & 0 deletions 00-default/Services/bitcoin.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://bitcoin.org
{ "name": "bitcoind", "type": "BG_CPUIO" }
{ "name": "bitcoin-qt", "type": "BG_CPUIO" }
3 changes: 2 additions & 1 deletion 00-default/Services/bluetoothd.rules
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# bluetoothd
{ "name": "bluetoothd", "type": "BG_CPUIO" }

# obexd
{ "name": "obexd", "type": "BG_CPUIO" }
# https://github.com/bluez/bluez/blob/master/tools/mpris-proxy.c
{ "name": "mpris-proxy", "type": "Service" }
2 changes: 2 additions & 0 deletions 00-default/Services/bolt.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# https://gitlab.freedesktop.org/bolt/bolt
{ "name": "boltd", "type": "Service" }
3 changes: 3 additions & 0 deletions 00-default/Services/caddy.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

# https://caddyserver.com
{ "name": "caddy", "type": "Service" }
3 changes: 3 additions & 0 deletions 00-default/Services/dictd.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://dict.org
# https://sourceforge.net/projects/dict/
{ "name": "dictd", "type": "Service" }
2 changes: 1 addition & 1 deletion 00-default/Services/firewalld.rules
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# FirewallD
# FirewallD
{"name": "firewalld", "type": "BG_CPUIO", "ionice": 1 }
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# https://flatpak.org/
{ "name": "flatpak", "type": "BG_CPUIO" }
{ "name": "flatpak-portal", "type": "Service" }
{ "name": "flatpak-session-helper", "type": "Service" }
{ "name": "flatpak-system-helper", "type": "Service" }

# https://flatpak.github.io/xdg-desktop-portal/
{ "name": "xdg-desktop-portal", "type": "Service" }
{ "name": "xdg-desktop-portal-gtk", "type": "Service" }
Expand All @@ -8,6 +14,8 @@
{ "name": "xdg-desktop-portal-shana", "type": "Service" }
{ "name": "xdg-desktop-portal-wlr", "type": "Service" }
{ "name": "xdg-desktop-portal-xapp", "type": "Service" }

{ "name": "xdg-document-portal", "type": "Service" }
{ "name": "xdg-permission-store", "type": "Service" }

# https://github.com/flatpak/xdg-dbus-proxy
{ "name": "xdg-dbus-proxy", "type": "Service" }
2 changes: 2 additions & 0 deletions 00-default/Services/jackett.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# https://github.com/Jackett/Jackett
{ "name": "jackett", "type": "Service" }
2 changes: 2 additions & 0 deletions 00-default/Services/kanshi.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# https://github.com/emersion/kanshi
{ "name": "kanshi", "type": "Service" }
5 changes: 5 additions & 0 deletions 00-default/Services/libvirt.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# https://www.libvirt.org
{ "name": "libvirtd", "type": "Service" }
{ "name": "virtlogd", "type": "Service" }
{ "name": "virtlockd", "type": "Service" }
{ "name": "virt-ssh-helper", "type": "Service" }
2 changes: 2 additions & 0 deletions 00-default/Services/llamacpp.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# https://llama.app
{ "name": "llama-server", "type": "Service" }
2 changes: 2 additions & 0 deletions 00-default/Services/mako.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# https://github.com/emersion/mako
{ "name": "mako", "type": "Service" }
2 changes: 0 additions & 2 deletions 00-default/Services/misc-services.rules
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,4 @@

{ "name": "dconf-service", "type": "Service" }

{ "name": "gpg", "type": "Service" }
{ "name": "gpg-agent", "type": "Service" }
{ "name": "scdaemon", "type": "Service" }
15 changes: 15 additions & 0 deletions 00-default/Services/monero.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# https://www.getmonero.org/
{ "name": "monerod", "type": "BG_CPUIO" }
{ "name": "monero-blockchain-ancestry", "type": "BG_CPUIO" }
{ "name": "monero-blockchain-depth", "type": "BG_CPUIO" }
{ "name": "monero-blockchain-export", "type": "BG_CPUIO" }
{ "name": "monero-blockchain-mark-spent-outputs", "type": "BG_CPUIO" }
{ "name": "monero-blockchain-prune", "type": "BG_CPUIO" }
{ "name": "monero-blockchain-prune-known-spent-data", "type": "BG_CPUIO" }
{ "name": "monero-blockchain-stats", "type": "BG_CPUIO" }
{ "name": "monero-blockchain-usage", "type": "BG_CPUIO" }
{ "name": "monero-gen-ssl-cert", "type": "BG_CPUIO" }
{ "name": "monero-gen-trusted-multisig", "type": "BG_CPUIO" }
{ "name": "monero-wallet-cli", "type": "BG_CPUIO" }
{ "name": "monero-wallet-gui", "type": "BG_CPUIO" }
{ "name": "monero-wallet-rpc", "type": "BG_CPUIO" }
3 changes: 3 additions & 0 deletions 00-default/Services/ofono.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://git.kernel.org/pub/scm/network/ofono/ofono.git
{ "name": "ofonod", "type": "Service" }
{ "name": "dundee", "type": "Service" }
2 changes: 2 additions & 0 deletions 00-default/Services/omniroute.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# https://omniroute.online/
{ "name": "omniroute", "type": "Service" }
2 changes: 2 additions & 0 deletions 00-default/Services/oomd.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# https://github.com/facebookincubator/oomd
{ "name": "oomd", "type": "LowLatency_RT", "oom_score_adj": -1000 }
2 changes: 1 addition & 1 deletion 00-default/Services/polkit.rules
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
{ "name": "polkit-kde-authentication-agent-1", "type": "Service" }
{ "name": "polkit-mate-authentication-agent-1", "type": "Service" }
{ "name": "io.elementary.desktop.agent-polkit", "type": "Service" }

{ "name": "polkitd", "type": "Service" }
2 changes: 2 additions & 0 deletions 00-default/Services/qdrant.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# https://qdrant.tech
{ "name": "qdrant", "type": "Service" }
4 changes: 4 additions & 0 deletions 00-default/Services/redis.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# https://redis.io
{ "name": "redis-server", "type": "Service" }
# https://valkey.io
{ "name": "valkey-server", "type": "Service" }
3 changes: 3 additions & 0 deletions 00-default/Services/sane.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# http://sane-project.org/
{ "name": "saned", "type": "Service" }

2 changes: 2 additions & 0 deletions 00-default/Services/searxng.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# https://docs.searxng.org
{ "name": "searxng", "type": "Service" }
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Bluetooth tools: https://github.com/blueman-project/blueman
{ "name": "blueberry-tray", "type": "BG_CPUIO" }
{ "name": "blueman-applet", "type": "BG_CPUIO" }
{ "name": "blueman-tray", "type": "BG_CPUIO" }
31 changes: 31 additions & 0 deletions 00-default/System Utilities & Maintenance/coreutils.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Some rules for computationally or IO expensive tools from the GNU coreutils
{ "name": "cat", "type": "BG_CPUIO" }
{ "name": "cksum", "type": "BG_CPUIO" }
{ "name": "comm", "type": "BG_CPUIO" }
{ "name": "dd", "type": "BG_CPUIO" }
{ "name": "df", "type": "BG_CPUIO" }
{ "name": "du", "type": "BG_CPUIO" }
{ "name": "install", "type": "BG_CPUIO" }
{ "name": "join", "type": "BG_CPUIO" }
{ "name": "md5sum", "type": "BG_CPUIO" }
{ "name": "mkdir", "type": "BG_CPUIO" }
{ "name": "mv", "type": "BG_CPUIO" }
{ "name": "rm", "type": "BG_CPUIO" }
{ "name": "rmdir", "type": "BG_CPUIO" }
{ "name": "shasum", "type": "BG_CPUIO" }
{ "name": "sha1sum", "type": "BG_CPUIO" }
{ "name": "sha244sum", "type": "BG_CPUIO" }
{ "name": "sha256sum", "type": "BG_CPUIO" }
{ "name": "sha384sum", "type": "BG_CPUIO" }
{ "name": "sha512sum", "type": "BG_CPUIO" }
{ "name": "shred", "type": "BG_CPUIO" }
{ "name": "sort", "type": "BG_CPUIO" }
{ "name": "sum", "type": "BG_CPUIO" }
{ "name": "tac", "type": "BG_CPUIO" }
{ "name": "tee", "type": "BG_CPUIO" }
{ "name": "wc", "type": "BG_CPUIO" }
{ "name": "cut", "type": "BG_CPUIO" }
{ "name": "base32", "type": "BG_CPUIO" }
{ "name": "base64", "type": "BG_CPUIO" }
{ "name": "uniq", "type": "BG_CPUIO" }
{ "name": "tr", "type": "BG_CPUIO" }
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# https://www.freedesktop.org/wiki/Software/desktop-file-utils/
{ "name": "update-desktop-database", "type": "BG_CPUIO" }
{ "name": "desktop-file-edit", "type": "BG_CPUIO" }
{ "name": "desktop-file-install", "type": "BG_CPUIO" }
{ "name": "desktop-file-validate", "type": "BG_CPUIO" }
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{ "name": "aspell-autobuildhash", "type": "BG_CPUIO" }
{ "name": "ispell-autobuildhash", "type": "BG_CPUIO" }
{ "name": "remove-default-ispell", "type": "BG_CPUIO" }
{ "name": "remove-default-wordlist", "type": "BG_CPUIO" }
{ "name": "select-default-ispell", "type": "BG_CPUIO" }
{ "name": "select-default-wordlist", "type": "BG_CPUIO" }
{ "name": "update-default-aspell", "type": "BG_CPUIO" }
{ "name": "update-default-ispell", "type": "BG_CPUIO" }
{ "name": "update-default-wordlist", "type": "BG_CPUIO" }
{ "name": "update-dictcommon-aspell", "type": "BG_CPUIO" }
{ "name": "update-dictcommon-hunspell", "type": "BG_CPUIO" }
2 changes: 2 additions & 0 deletions 00-default/System Utilities & Maintenance/dkms.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# https://github.com/dell/dkms
{ "name": "dkms", "type": "BG_CPUIO" }
Loading