Skip to content

Commit 63d5551

Browse files
committed
refactor: major overhaul of types, files, and more
1 parent 357a40a commit 63d5551

File tree

13 files changed

+1298
-1152
lines changed

13 files changed

+1298
-1152
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
include config.mk
44

5-
SRC = draw.c atlas.c util.c layouts.c configurer.c ipc.c
5+
SRC = draw.c atlas.c util.c layouts.c configurer.c ipc.c windows.c events.c dashboard.c
66
OBJ = ${SRC:.c=.o}
77

88
all: atlaswm

0 commit comments

Comments
 (0)