9 Commits

Author SHA1 Message Date
0b2d0bdf03 fixes: improve login environment handling (#114)
* chore(organization): allow nested header and c files

* feat: add shell login "middleware" & etc:
  * lidm now calls `bash` (or other shells, depends on PACKAGE cfg) in
  login mode as a session wrapper to source most env (can be disabled)
  * this fixes a lot of env problems with all `/etc/profile` and more

Extra:
* implemented a musl compatible version of `execvpe` and now lidm should
  search for PATH everywhere it needs to
* `search_path` now also checks if the found binary is properly
  executable
* lidm now uses `confstr` for a decent PATH default if none is found
* logs are unbuffered for cases where debug logs appear empty (exit
  without handlers moment)

* chore: one-time evaluate certain makefile vars

---------

Co-authored-by: grialion <48643945+grialion@users.noreply.github.com>
2026-02-07 17:12:03 +01:00
creations
a7a1f42f0a feat: add support for fido yubikeys (#89)
* add support for fido keybind

* add to themes

* fix clang format

* Update ui.c

* docs: add misc stuff about the yubikey

---------

Co-authored-by: javalsai <jvssxxi@gmail.com>
2025-12-13 21:37:58 +01:00
9c022c5813 feat(cfg): add ellipsis to config 2025-07-04 04:48:20 +02:00
ba836e5cd4 feat: add refresh_rate option for clock 2025-07-04 03:30:29 +02:00
18fb1417f5 docs(man&md): update config manpages and md on service files 2025-06-22 01:05:27 +02:00
9495bd5afe chore: write man pages 2024-12-25 19:28:31 +01:00
2284ab017d chore: remove config inconsistencies 2024-09-05 21:20:09 +02:00
730e6db100 fix: grammar (codespell) 2024-09-05 17:23:18 +02:00
9de4551f4c feat: add manpages and improve service docs 2024-09-04 16:12:47 +02:00