miracle-wm/miraclemsg
Matthew Kosarek 690da3a8f4
feature: miracle can now integrate with systemd in a meaningful way (#228)
Miracle now supports running through systemd, including logging to the
journal and invoking processes as transient units through systemd-run.

This is controlled as a build-time feature in CMake.
2024-09-07 13:07:58 +00:00
..
CMakeLists.txt feature: create a miraclemsg subproject (#224) 2024-09-03 15:35:39 -04:00
ipc_client.cpp feature: create a miraclemsg subproject (#224) 2024-09-03 15:35:39 -04:00
ipc_client.h feature: miracle can now integrate with systemd in a meaningful way (#228) 2024-09-07 13:07:58 +00:00
ipc.h feature: miracle can now integrate with systemd in a meaningful way (#228) 2024-09-07 13:07:58 +00:00
LICENSE.sway feature: create a miraclemsg subproject (#224) 2024-09-03 15:35:39 -04:00
main.cpp feature: create a miraclemsg subproject (#224) 2024-09-03 15:35:39 -04:00
README.md feature: create a miraclemsg subproject (#224) 2024-09-03 15:35:39 -04:00

miraclemsg

This is a fork of swaymsg. At the moment, it is a direct fork of that project without any changes, however we may augment the IPC with new calls in the future.