Commit Graph
7 Commits
Author SHA1 Message Date
Carlo Teubner d8848a478b Sway IPC: code cleanups 2026-05-24 08:20:10 +01:00
Carlo Teubner 1bc633fc0e Sway IPC: more robust socket send/receive logic
Handle EINTR/EAGAIN, partial sends, etc.
2026-05-24 06:45:30 +01:00
Carlo Teubner 89b5456cd3 Sway IPC: fix socket path discovery
Ensure to only read actual "sway --get-socketpath" output, not
subsequent garbage in buffer.
2026-05-24 06:41:51 +01:00
Carlo Teubner e7c077ab9a clang-format 2026-03-17 21:39:55 +00:00
Carlo Teubner 3b1262061d systemd-failed-units: tooltip w/ failed units list 2026-03-17 21:35:20 +00:00
Carlo Teubner d046c19b85 systemd-failed-units: small tweaks
- Remove unneeded destructor impl
- Rename member variables for consistench with other files
- manpage wording fixes
- updateData(): small logic tweak
2026-03-17 21:34:59 +00:00
Carlo Teubner 8e276bb3f6 sway: fix "Mapping is not an object" warning
Fixes #3763.

Also a little code simplications while we're at it.
2024-12-17 22:05:16 +00:00