summaryrefslogtreecommitdiff
path: root/src/IPC.cpp
Commit message (Collapse)AuthorAgeFilesLines
* feat: A few minor bug fixesv0.0.2mainBossCode452025-06-081-7/+10
| | | | | | Fixed keybinding errors Hopefully fixed multiple monitor status bar workspaces Refactored EWMH module
* feat: Added IPC client side to main binaryBossCode452024-12-241-5/+74
| | | | | | | Updated command line arguments to use `getopt_long' Made it so both -v and --version work Made it so that if you give it non recognised arguments they are sent through the socket to the running window manager if possible.
* feat: CleanupBossCode452024-12-011-4/+1
|
* feat: Added a program (YATmsg) to communicate with YATwmBossCode452024-11-261-4/+12
| | | | Currently just sends a hello message and nothing else, more to come later
* RestructureBossCode452024-10-011-0/+86