Ian Douglas Scott
Ian Douglas Scott
As mentioned in https://github.com/Smithay/smithay/pull/1551#issuecomment-2378377955, Blender seems to work well for testing this. * With multiple monitors, pointer is warped to the first monitor; the output geometry presumably needs to be...
https://github.com/pop-os/cosmic-comp/pull/741 has code setting the `DPMS` connector property to disable monitors. But the `DPMS` property is deprecated, not supported on atomic mode-setting, and for some reason setting it seems to...
I've had this in my git stash for a while. I think it wasn't working properly, but I may as well put in in a PR as a proof of...
There may be a benefit to a higher-level API, perhaps something async based, but that probably can go in a different crate. I still need to fix a few things...
It seems odd for this to return an owned value, when `::name()` doesn't. And it is useful to get a reference to the `ValueType`, so `ValueType::convert_value` can be used and...
This shows information about DRM planes, under the CRTC and connector they are associated with. I've found this useful for trying to understand what's going on with planes vs trying...
At start of cosmic-comp and cosmic-panel, the workspaces applet does not seem to show the second workspace when it is created automatically by opening a window on the first workspace....
This fixes the behavior of keyboard input when modifiers are active when the panel receives input. It also makes keyboard input in the panel use the active `group` of the...
https://specifications.freedesktop.org/desktop-entry-spec/latest/file-naming.html#desktop-file-id > To determine the ID of a desktop file, make its full path relative to the $XDG_DATA_DIRS component in which the desktop file is installed, remove the "applications/" prefix,...