summaryrefslogtreecommitdiff
path: root/flake.nix
Commit message (Collapse)AuthorAgeFilesLines
* feat: A few minor bug fixesv0.0.2mainBossCode452025-06-081-1/+2
| | | | | | Fixed keybinding errors Hopefully fixed multiple monitor status bar workspaces Refactored EWMH module
* revert: Added the commands library back to the sourceBossCode452025-01-041-5/+0
|
* feat: Commands restructure + home manager module now makes configBossCode452025-01-041-9/+14
| | | | | | 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-12/+26
| | | | | | | 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: Updated readme and added nix supportBossCode452024-05-301-0/+14
Added a flake.nix and shell.nix and .envrc so nix+direnv will work well