summaryrefslogtreecommitdiff
path: root/src/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* feat: A few minor bug fixesv0.0.2mainBossCode452025-06-081-41/+68
| | | | | | Fixed keybinding errors Hopefully fixed multiple monitor status bar workspaces Refactored EWMH module
* feat: Added the "S" modifier to the emacs bind modeBossCode452025-03-061-0/+1
| | | | | You can now use S as a modifier for shift when binding with emacs mode if you're unable to capatilise the key to be bound.
* feat: Added new command line option --config (-c)BossCode452025-01-041-13/+19
| | | | | The new options allows you to specify the location of the config file in the arguments to the program.
* feat: Commands restructure + home manager module now makes configBossCode452025-01-041-1/+2
| | | | | | 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-241-67/+137
| | | | | | | 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: Added a program (YATmsg) to communicate with YATwmBossCode452024-11-261-2/+6
| | | | Currently just sends a hello message and nothing else, more to come later
* Merge branch 'main' into IPCBossCode452024-10-011-80/+91
|
* RestructureBossCode452024-10-011-0/+1159