Trying to make my own i3wm. I tried https://github.com/LGUG2Z/komorebi before but I didn't like it so I decided to build my own thing. I started this repo last year to start learning C and C++. I messed a bit with kb shortcuts then my friend joined me and together we got it kinda running but it's still ultra buggy. I'd like to dive deeper and try to solve some problems that we currently have.

Recent Activity

!til &window-manager In windows applications there is an invisible border that shows resizing pointer when you hover over it. So if you want to draw a custom colored border around any window you must offset its size. The problem is some apps have found a way to not draw this border (vscode, slack, maybe other electron apps), so if you offset your custom border it wont look good for all apps.