Matt Colligan

Results 28 issues of Matt Colligan

Compositers generally allow for a smalll amount of user configuration of the input devices via libinput. Example settings are tap-to-click, point accelleration etc, see https://wayland.freedesktop.org/libinput/doc/latest/configuration.html Example usage by a wlroots...

enhancement

Lots of the Ptr classes have properties that get and sometimes set attributes that belong to their `_ptr` attribute. Others do the same thing but wrapped with another `Ptr` class,...

api

Each time I copy some code from wlroots to ffi_build.py I think, wouldn't it be nice if ffi_build.py could find the code that is accessed at `lib.` and take it...

enhancement

Ask discussed on discord 😄

# Issue description Title - some of the widgets are not consistent with other configurables with these config options. See [this comment](https://github.com/qtile/qtile/pull/2675#issuecomment-927275743) for more details. It would be nice to...

info: easy
kind: task

# Issue description One of the advantages of Wayland is the ability to have perfect frames, but we don't do much to this end yet. The most noticable imperfection in...

enhancement
in progress
Wayland

If pywayland or pywlroots is missing, `qtile start -b wayland` will output this message: "Backend dependencies not found. Please install pywayland and pywlroots." Rather than printing a traceback mentioning 'wlroots'...

This is a work in progress draft for some collaborative work with @jwijenbergh. There are two main changes across these 5 commits: - a refactor of `Window.place()` and its use...

### The issue: The output power manager, via `_on_output_power_manager_set_mode`, enables/disables outputs upon events. However, if an output was manually disabled, it gets re-enabled by this signals. Instead, we should track...

Wayland

Hey man, I want to use pmenu in a wayland environment (without XWayland) but obviously that won't work. Looking at the code it seems to rely pretty heavily on X's...