-
In niri wm, where the smithay library is used, screenshots do not work! In the detailed thread https://github.com/YaLTeR/niri/issues/807, they refer to smithay
-
Add a yb configuration file to https://github.com/project-kotinos/Smithay___smithay
Instuctions are here: https://github.com/project-kotinos/root/blob/master/README.md
If you come across problems, ad…
-
The `--center` flag seems to be ignored by compositors not using wlroots, such as plasma's kwin and compositors using smithay (like [niri](https://github.com/YaLTeR/niri/)). As far as I understand, th…
-
While we can use [muda](https://docs.rs/muda/latest/muda/) to create context menu, it requires GTK as dependency.
We want to go with more native approach so I'm researching [smithay-client-toolkit](h…
-
### Regression?
No
### System Info and Version
Tested on 0.41.ds-1-1 - I took a quick look at the code to see if any handlers were added in 0.42, but could not identify any.
### Description
Becau…
s-rah updated
4 weeks ago
-
This order of drop causes segfault:
```rs
gbm: gbm::GbmDevice,
surfaces: HashMap,
```
This one works fine:
```rs
surfaces: HashMap,
gbm: gbm::GbmDevice,
```
Backtrace of sa…
-
## Steps taken
Follow instructions as per [README](https://github.com/pop-os/cosmic-epoch?tab=readme-ov-file#installing-on-pop_os).
Enabled wayland
```toml
# /etc/gdm3/custom.conf
[daemon…
-
Logs:
```
Compiling bitflags v2.6.0
Compiling toml_datetime v0.6.8
Compiling enumflags2 v0.7.10
Compiling regex v1.10.6
Compiling async-io v1.13.0
Compiling smithay-client-tool…
-
I'm just starting to use niri and out of curiosity I ran [waycheck](https://gitlab.freedesktop.org/serebit/waycheckl) to take a look at the protocols supported by niri, expecting them to match wit…
-
Howdie, thanks so much sharing this project!