I3: Difference between revisions

DoggoBit (talk | contribs)
No edit summary
Tejing (talk | contribs)
Added a "common issues" section with mention of security.pam.services.i3lock.enable
Line 66: Line 66:
keys. This is what is usually delegated to a desktop manager. To use xfce as a desktop manager on top of i3, see
keys. This is what is usually delegated to a desktop manager. To use xfce as a desktop manager on top of i3, see
[[Xfce#Using_as_a_desktop_manager_and_not_a_window_manager]].
[[Xfce#Using_as_a_desktop_manager_and_not_a_window_manager]].
== Common issues ==
=== i3lock doesn't recognize my password ===
As of nixos 25.05, i3lock is no longer automatically configured to be able to use PAM to check passwords. If you installed i3 through nixos options, this is handled for you, but if you installed it elsewhere, such as through home-manager, then at minimum, you need to set:
{{file|/etc/nixos/configuration.nix|nix|
<nowiki>
security.pam.services.i3lock.enable = true;
</nowiki>
}}


== Tips & tricks ==
== Tips & tricks ==