summaryrefslogtreecommitdiff
path: root/nix/hm-module.nix
Commit message (Collapse)AuthorAgeFilesLines
* feat: Added the "S" modifier to the emacs bind modeBossCode452025-03-061-0/+7
| | | | | 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: Commands restructure + home manager module now makes configBossCode452025-01-041-2/+192
| | | | | | 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-0/+20
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.