Jeroen Wijenbergh

Results 209 comments of Jeroen Wijenbergh

I am the package maintainer for the spotify-tui nix package (nix is the package manager used by NixOS). I will keep the package there up to date as long as...

> This is a work in progress draft for some collaborative work with @jwijenbergh. > > There are two main changes across these 5 commits: > > * a refactor...

> Here is a video of it happening. Note the firefox window opens on a different group from the current, and it is launched via a keybinding. Then I change...

> Firefox runs and is rendered perfectly on sway with this profile so I guess it is a bug here. If I return the `surface.set_tiled(EDGES_TILED)` line to `Window.__init__` then Firefox...

> Something that we do not do at all, which we could if it helps, is to remove listeners when unmapping and return them again upon mapping, rather than just...

> Looks like I can't give you access to edit this branch directly, so feel free to create a PR if you have updates and we can close this one...

Sorry for taking so long on this. I have actually been making a toy wayland compositor in c++ in my free time as I want to more thoroughly understand wayland....

I have taken a look at this and I couldn't find a way to close qtile before x closes, is that even possible? Looking at other wms, if I look...

> I wonder, if we know we're exiting then can't we just swallow the ConnectionExceptions? > > i.e. in this section: > > https://github.com/qtile/qtile/blob/4c98020e14be7b022a305854a18b7a2df4cdb2eb/libqtile/backend/x11/core.py#L323-L334 > > We could look at...

Great work! I will try this later. > do we implement cmd_to_top/bottom to prevent need for multiple move_above/below calls (and rename the latter to move_up/down? Imo yes, it should just...