Skip to content

Commit

Permalink
docs: remove references to removed qtile module
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroHLC authored Sep 15, 2024
1 parent 742d813 commit 93e6cdc
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
<a href="#harder-stuff">Harder stuff</a><br/>
<ul>
<li><a href="#using-linux-cachyos-with-sched-ext">Using linux-cachyos with sched-ext</a><br/></li>
<li><a href="#using-qtile-from-git">Using qtile from git</a><br/></li>
</ul>
</li>
<li><a href="#notes">Notes</a></li>
Expand Down Expand Up @@ -204,21 +203,6 @@ CONFIG_SCHED_CLASS_EXT=y

<p>There are other scx_* binaries for you to play with, or head to <a href="https://github.com/sched-ext/scx" target="_blank">github.com/sched-ext/scx</a> for instructions on how to write one of your own.</p>

<h3 id="using-qtile-from-git">Using qtile from git</h3>

<pre lang="nix"><code class="language-nix">
{
services.xserver.windowManager.qtile = {
enable = true;
backend = "wayland";
package = pkgs.qtile-module_git;
extraPackages = _pythonPackages: [ pkgs.qtile-extras_git ];
};
# if you want a proper wayland+qtile session, and/or a "start-qtile" executable in PATH:
chaotic.qtile.enable = true;
}
</code></pre>

<h2 id="notes">Notes</h2>

<h3>Our branches</h3>
Expand Down

1 comment on commit 93e6cdc

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All packages were built and cached successfully! (335 not suitable for building)

Please sign in to comment.