07-window-manager.md (402B)
1 +++ 2 title = '07 Window Manager' 3 date = 2026-02-02T22:16:16+01:00 4 draft = true 5 +++ 6 7 I've been focusing on a window manager project 8 to fight my procrastination and get a real project done. 9 And what would you know, it is **working**! 10 11 I came in with the idea that creating a window manager 12 would be an impossible task; now I'm left with the 13 realisation that writing C is hard. 14 15 ## C programming is great!