gitextract_v6mqlvzg/ ├── .clang-format ├── .gitignore ├── LICENSE ├── Makefile ├── README.md └── src/ ├── color_config.h ├── config.h ├── i3-easyfocus.c ├── ipc.c ├── ipc.h ├── map.c ├── map.h ├── rgb.c ├── rgb.h ├── util.h ├── win.c ├── win.h ├── win_type.h ├── xcb.c └── xcb.h