- 因为我一直在使用i3wm,而且i3wm中有很多我并不真正想要的功能
- 这里是i1wm(由llm生成的代码,应该注意)
- it only deps on libX11
- 用法见learn-notes
- [
WARNING]: 我不知道以后是否要维护它, this window manager is not stable, it has bugs expectly
- 这个窗口管理器的灵感来自i3wm和1wm
- 1wm源代码:https://github.com/lslvr/1wm
- 我的收藏尝试窗口管理器,见分支:https://gitee.com/EEPPEE_admin/probe-windowmanager
- dmenu_run my own version: https://gitee.com/EEPPEE_admin/suckless.org-my-maintain/tree/master/dmenu
- [v]使光标聚焦,而不是只使用mod + j或mod + k来聚焦窗口
- I'm testing on 2560x1600 size window, should be changed size by your own if you want to use this windowmanager, I don't think I would try to fix other size of window(but some how I will probe 1920x1200 only, because mostly I use these two size of window)
- document the code when is already ok to run
- [v]should I integrate my i3statusgo logic into bar?
- cleanup codebase
- probe 1920x1200 display size version
- make i1wm_bar.c version, which is should be nice already
- add i3statusgo bar and cursor focus, but it cause UI tearing(I am not going to support cursor focusing anymore, because I don't know how)
- probe i3statusgo like bar integration
- release as v0.0.2
- probe fixing bugs, maybe prefer using probefixing3 version
- 以0.0.1版本发布