Commit Graph

  • 1723ab53b8 docs: update CHANGELOG, README keybindings, gitignore ly/ main Zane Walker 2026-07-19 01:54:45 +05:30
  • d7c9951d6b ui: wire automata background, add clock + session specifier + form card Zane Walker 2026-07-19 01:54:40 +05:30
  • a911adf284 session: parse DesktopNames for XDG_CURRENT_DESKTOP, wire utmpx, fix shell Zane Walker 2026-07-19 01:54:22 +05:30
  • 5eae08c7ba (Feat): Minor Changes Zane Walker 2026-07-18 23:07:56 +05:30
  • 6d7a756cd9 (Feat): Added a global key to navigate between different sessions Zane Walker 2026-07-18 23:07:42 +05:30
  • f6d3acbfbf (Minor): Updated changelog.md Zane Walker 2026-07-18 22:57:50 +05:30
  • 0050c5cf58 (Fix): Minor Fix Zane Walker 2026-07-18 22:57:35 +05:30
  • f8156f85a5 (Fix): pam_open_session failure (e.g. pam_systemd rejecting the DM process as session leader) is now logged as a warning instead of blocking the entire session spawn. Zane Walker 2026-07-18 22:57:05 +05:30
  • 1eb900c27c (Fix): spawnSession now calls SetBasicVariables, SetDisplay, SetSessionParams, SetSeatVars, SetSessionVars, and SetXDGCommonPaths before spawning the desktop. fixes setupX failing immediately with missing DISPLAY/XDG_VTNR/HOME env vars because none were set Zane Walker 2026-07-18 22:40:32 +05:30
  • c646c7a18b (Fix): removed the non-functional automata background overlay from View() (the Frame() was never called, and the black-space placeholder caused EEEE garbage characters on some terminals) Zane Walker 2026-07-18 22:00:45 +05:30
  • eedde29e03 (Fix): fixed unsafe.Slice using &r (pointer-to-pointer) as the backing array instead of r (the calloc'd response array), which wrote password bytes into random Zane Walker 2026-07-18 21:42:05 +05:30
  • 863ed82298 (Fix): replaced the broken ForkExec (which relaunched the same binary with made-up flags) with a direct session.Spawn call that drops privileges and runs the desktop in-process. Zane Walker 2026-07-18 21:41:27 +05:30
  • 37a9ea0278 (Feat): renamed from lemurs to latchd Zane Walker 2026-07-18 21:40:10 +05:30
  • 32f7764f2b (Fix): updated makefile to reference the new filenames in extra Zane Walker 2026-07-18 21:39:46 +05:30
  • 2c7eb421bd (Minor): Updated Changelog.md Zane Walker 2026-07-18 21:29:34 +05:30
  • c37b3629ca (Fix): fixed unsafe.Slice using &r (pointer-to-pointer) as the backing array instead of r (the calloc'd response array), which wrote password bytes into random stack memory. Zane Walker 2026-07-18 21:29:20 +05:30
  • e51720da14 (Minor): Updated Changelog Zane Walker 2026-07-18 21:19:26 +05:30
  • 12dfb32f71 (Fix): replaced unsafe.Pointer(&h) (Go stack pointer passed to C) with storeHandle/loadHandle helpers that keep the cgo.Handle in C-heap memory. Zane Walker 2026-07-18 21:19:05 +05:30
  • 89fafb892b (Fix): Fixed extra directory not existing and populating the directory. Zane Walker 2026-07-18 21:05:09 +05:30
  • 30c396ab9e (Fix): replaced hardcoded C.__uint32_t / C.__int32_t casts with a C helper function (auth/utmpx_time.h) that lets the compiler handle type conversion. Zane Walker 2026-07-18 21:00:02 +05:30
  • f6085c342b (Feat): Initial Commit Zane Walker 2026-07-18 18:16:06 +05:30