For intergration with Howdy
Howdy users should add the following line in all files returned by grep -rl howdy /etc/pam.d, before the howdy line
auth optional pam_exec.so /usr/bin/linux-enable-ir-emitter run --config /home/<USER>/.config/linux-enable-ir-emitter.toml
instead of
auth optional pam_exec.so /home/<USER>/.local/bin/linux-enable-ir-emitter run --config /home/<USER>/.config/linux-enable-ir-emitter.toml
(<USER> is your username)
Refer to the Howdy and README.md for more information
Pinned Comments
cycion commented on 2025-12-22 16:13 (UTC) (edited on 2025-12-22 16:15 (UTC) by cycion)
For intergration with Howdy
Howdy users should add the following line in all files returned by
grep -rl howdy /etc/pam.d, before thehowdylineauth optional pam_exec.so /usr/bin/linux-enable-ir-emitter run --config /home/<USER>/.config/linux-enable-ir-emitter.tomlinstead of
auth optional pam_exec.so /home/<USER>/.local/bin/linux-enable-ir-emitter run --config /home/<USER>/.config/linux-enable-ir-emitter.toml(<USER> is your username)
Refer to the Howdy and README.md for more information