First Commit
This commit is contained in:
19
etc/ananicy.d/00-default/DEs-and-WMs/plasma.rules
Normal file
19
etc/ananicy.d/00-default/DEs-and-WMs/plasma.rules
Normal file
@@ -0,0 +1,19 @@
|
||||
# pnames started with `.` are NixOS specific
|
||||
|
||||
# https://community.kde.org/Baloo
|
||||
# Baloo is the file indexing and file search framework for KDE.
|
||||
{ "name": "baloo_file", "type": "BG_CPUIO" }
|
||||
{ "name": "kdeconnectd", "type": "BG_CPUIO" }
|
||||
# https://github.com/KDE/kded
|
||||
{ "name": "kded6", "type": "BG_CPUIO" }
|
||||
# https://lxr.kde.org/source/plasma/plasma-desktop/kaccess/
|
||||
{ "name": "kaccess", "type": "BG_CPUIO" }
|
||||
# https://github.com/KDE/plasma-workspace/blob/master/ksmserver/README
|
||||
{ "name": "ksmserver", "type": "BG_CPUIO" }
|
||||
{ "name": "krunner", "type": "LowLatency_RT" }
|
||||
{ "name": "kwin_wayland", "type": "LowLatency_RT" }
|
||||
{ "name": "kwin_wayland_wrapper", "type": "LowLatency_RT" }
|
||||
{ "name": "kwin_x11", "type": "LowLatency_RT" }
|
||||
{ "name": "plasmashell", "nice": -1 }
|
||||
# https://github.com/KDE/powerdevil
|
||||
{ "name": "org_kde_powerdevil", "type": "Service" }
|
||||
Reference in New Issue
Block a user