From aa1500fea32db04c9e4fe72786ebd7e3479b6a8a Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Sat, 4 Jan 2025 15:14:05 +1300 Subject: feat: Commands restructure + home manager module now makes config 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. --- src/IPC.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/IPC.h') diff --git a/src/IPC.h b/src/IPC.h index e0bbcee..0705c2b 100644 --- a/src/IPC.h +++ b/src/IPC.h @@ -3,7 +3,7 @@ #include #include -#include "commands.h" +#include #include "config.h" #include "util.h" -- cgit v1.2.3