Avahe Kellenberger

Results 36 issues of Avahe Kellenberger

From @PMunch : ` I feel like you could track two "input modes" that would make it feel more natural. Based on the last action you're either in "mouse mode"...

enhancement

Monocle layout shows a single window from the window stack at a time. The user can swap focus between the windows to bring a different window to the front, while...

enhancement
good first issue

Get the current structure of existing windows with [XQueryTree](https://tronche.com/gui/x/xlib/window-information/XQueryTree.html). This will supply windows existing before the wm was running so we can manage them how we see fit. This may...

enhancement

Step 3 is crashing (only on desktop, working in the browser). Here are the logs: ```sh └[avahe@throne $master]: nim c -d:debug -r step3.nim Hint: used config file '/home/avahe/.choosenim/toolchains/nim-1.6.4/config/nim.cfg' [Conf] Hint:...

Attempting to call a method on a "subclass" with a callback throws an internal error. ### Example ```nim type Entity = ref object of RootObj SubEntity = ref object of...

Error Messages