summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* revert: Added the commands library back to the sourceBossCode452025-01-047-9/+470
|
* feat: Commands restructure + home manager module now makes configBossCode452025-01-048-432/+11
| | | | | | Commands module is now a separate libraray that the flake includes. The home manager module will now auto generate the config and has options for different things such as keybinds, gaps, workspaces, etc.
* feat: Added IPC client side to main binaryBossCode452024-12-243-74/+234
| | | | | | | 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-266-14/+23
| | | | Currently just sends a hello message and nothing else, more to come later
* Merge branch 'main' into IPCBossCode452024-10-012-85/+103
|
* RestructureBossCode452024-10-0115-0/+2472