worm icon indicating copy to clipboard operation
worm copied to clipboard

A dynamic, tag-based window manager written in Nim

Results 24 worm issues
Sort by recently updated
recently updated
newest added

We can treat them as special status clients and keep them raised. Or the least we can do is at least respect their boundaries for maximization etc

It should be possible to use [`XInternAtoms`](https://tronche.com/gui/x/xlib/window-information/XInternAtoms.html) function instead of `XInternAtom` in `getNetAtoms()` and `getNetAtoms()` functions from `worm/atoms.nim` to speed it up.

I imagine this will only ever pop up when developing on worm for most users, but when working on #70 I spent a while attempting to debug why the new...

Tabbed window managers are greatly useful, but those with an implementation often fall short in other regards. [Here's a sample image](https://i3wm.org/screenshots/i3-9.png) from i3 to show what its addition may add.

Example on sxhkdrc: ``` super + {Left, Right} wormc switch-tag {-1,+1} ``` It consists to go to the actualworkspace +1 or -1 (so it depends on on which workspace you...

It took me a bit to hunt down exactly the circumstances of this bug, but what `buttonSize` is set to at first render seems to be a "max" for button-size...

This only affects Qt. It also only affects menus. Menus are fine when you launch an application. As soon as you move or resize it menus open up in the...

In win32 apps running under wine, for some reason clicks are offset by the titlebar height. I don't know which protocol I'm not supporting which would fix this (I think...

It would be nice to add a feature in wormc to get the ID of the actual active tag (so you'll be able to use arrow keys to move from...