I3: Difference between revisions

imported>Srid
m Fix heading level
imported>Srid
m Actually
Line 2: Line 2:
[https://i3wm.org/ i3] is a tiling window manager for X.
[https://i3wm.org/ i3] is a tiling window manager for X.


=== Enabling ===
== Enabling ==
 
To use i3 set <code>services.xserver.windowManager.i3.enable</code> to <code>true</code>. For example:
To use i3 set <code>services.xserver.windowManager.i3.enable</code> to <code>true</code>. For example:
{{file|/etc/nixos/configuration.nix|nix|
{{file|/etc/nixos/configuration.nix|nix|
Line 44: Line 45:
<syntaxhighlight lang="nix" inline>services.xserver.windowManager.i3.package = pkgs.i3-gaps;</syntaxhighlight>
<syntaxhighlight lang="nix" inline>services.xserver.windowManager.i3.package = pkgs.i3-gaps;</syntaxhighlight>


== Tips & tricks ==
===i3blocks===
===i3blocks===
After installing and enabling i3blocks, you may notice that i3block won't work. why?
After installing and enabling i3blocks, you may notice that i3block won't work. why?