scx-scheds
These packages differ from openSUSE builds:
* fully compiled with **Cargo** (instead of Meson used in openSUSE specs),
* include **[scx-manager](https://github.com/CachyOS/scx-manager)** — a tool for managing schedulers in GUI.
* provides full support for scx_loader and scxctl
To add the repository manually (example for openSUSE Tumbleweed):
```bash
cd /etc/zypp/repos.d/
sudo wget https://copr.fedorainfracloud.org/coprs/sirlucjan/scx-scheds-suse/repo/opensuse-tumbleweed/sirlucjan-scx-scheds-suse-opensuse-tumbleweed.repo
```
Then install the packages:
```bash
sudo zypper refresh
sudo zypper install scx scx-manager scx-tools
```
You can also install -git version of scx:
```bash
sudo zypper refresh
sudo zypper install scx-git scx-tools-git
```
📖 Usage guide available in the [CachyOS wiki](https://wiki.cachyos.org/configuration/sched-ext/).
---
| Name | Changed |
|---|
Comments 0