Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some tweaking and fix. #19

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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
6 changes: 5 additions & 1 deletion data/config.kdl
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,12 @@ process-scheduler enable=true {
// Desktop environments
desktop-environment nice=-3 io=(best-effort)0

// Steam background process
desktop-background nice=-0 io="idle"
torrent-clients nice=10 io="idle"

// Foreground process profile
foreground nice=0 io=(best-effort)0
foreground nice=-4 io=(best-effort)0

// Background process profile
background nice=6 io="idle"
Expand Down
19 changes: 17 additions & 2 deletions data/rhel.kdl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ assignments {

games {
lutris
steam
heroic
itch
vrcompositor
Expand All @@ -26,13 +25,29 @@ assignments {
include descends="lutris"
include descends="heroic"
include descends="itch"

//for steam flatpak
include descends="pressure-vessel-adverb"
//for steamthinkerlaunch and certain customs version of proton
include descends="reaper"
}

desktop-background {
steam
steamwebhelper
plasmashell
}
torrent-clients {
qbittorrent
deluge
}

desktop-environment {
cosmic-comp
gnome-shell
i3wm
kwin
kwin_wayland
sway
surfaceflinger
Hyprland
Expand All @@ -55,6 +70,7 @@ assignments {
dpkg
flatpak
fwupd
ostree
packagekitd
pacman
paru
Expand Down Expand Up @@ -107,5 +123,4 @@ assignments {
}

exceptions {

}