Ignacio Taranto
Ignacio Taranto
> Stopped working on sway after upgrading `wlroots (0.15.1-6 -> 0.16.1-2)` and `sway (1:1.7-10 -> 1:1.8-3)` on arch linux. > > Output error is the same. > > UPD: I...
I created a specific sway/wlroots issue here: https://github.com/neovide/neovide/issues/1724 Although I'm more inclined to say `libwayland-client.so` could be the reason here, since this doesn't happen only on wlroots-based compositors.
> There's no need for a separate ticket for wlroots. The root cause is the same and opening duplicate tickets won't help. The main issue is that neovide uses forks...
I have the same problem at work, the problem seems to be that `root_markers` expect certain files to be there to trigger efm's actions. What I did was an ugly...
I tested Proton 3.7-8. I haven't got any "Out of Sync error" with this version but I did have some crashes and hangs when playing online. I experienced fewer crashes...
I'm testing with the GOG version, only DX9 works so far. Environment: OS: openSUSE Tumbleweed Kernel: 4.20.7-1-default Mesa: 18.3.2 GPU: AMD RX570 I run the DX9 mode like this: ```...
Hello again, I'm willing to give it a try and to implement this feature myself. I've been navigating the code and I stumbled [this](https://github.com/swaywm/sway/blob/master/sway/config/output.c#L631) function: ```c void apply_output_config_to_outputs(struct output_config *oc)...
> We'd first need to decide a syntax for this, I guess. I'm not a fan of what @itaranto suggested because it's ambiguous whether or not the second argument is...
I've found that `--parseGoList` does the job better, it allows you to reference any type without needing to do awkward "underscore" imports. I wonder why this isn't the default...
> I've found that `--parseGoList` does the job better, it allows you to reference any type without needing to do awkward "underscore" imports. > > I wonder why this isn't...