Qtile: Difference between revisions

Jooooscha (talk | contribs)
m Simplify code example
Jooooscha (talk | contribs)
m Change link of qtile.org from http to https. Also, remove the www
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[http://www.qtile.org/ Qtile]  is a full-featured, hackable tiling window manager written and configured in Python.
[https://qtile.org/ Qtile]  is a full-featured, hackable tiling window manager written and configured in Python.


== Enabling ==
== Enabling ==
Line 10: Line 10:
   services.xserver.windowManager.qtile.enable = true;
   services.xserver.windowManager.qtile.enable = true;
}
}
</syntaxhighlight>To start Qtile from your display manager (sddm, lightdm, etc) you have to add a Desktop Entry to your config like this.{{file|/etc/nixos/qtile.nix|nix|}}
</syntaxhighlight>To start Qtile on Wayland from your display manager (sddm, lightdm, etc) you have to add a Desktop Entry to your config like this.{{file|/etc/nixos/qtile.nix|nix|}}
<syntaxHighlight lang=nix>
<syntaxHighlight lang=nix>
{ config, pkgs, lib, ... }:
{ config, pkgs, lib, ... }: