formatting, focus, toplevel handlers to separate file

This commit is contained in:
2026-04-28 18:46:46 +07:00
parent bcd2422950
commit 66fc7d0bf5
19 changed files with 381 additions and 343 deletions
+4
View File
@@ -10,3 +10,7 @@ compile: proto
-I./ -I./include -DWLR_USE_UNSTABLE $(shell pkg-config wlroots-0.20 --libs --cflags) -lwayland-server -lxkbcommon \
-O3 \
-g
format:
find src/ -type f -print0 | xargs -0 clang-format -i
find include/ -type f -print0 | xargs -0 clang-format -i