SpiritCroc
SpiritCroc
> @SpiritCroc this works, even though the note at the bottom of the resource you linked casts some doubt? > > > **Note:** Apps running on Android 10 (Go edition)...
> So it's a bit more involved, and it worked on Raspberry Pi but may not work on Android 10+ after all. The Raspberry was running some Android, if that...
Right, adding a toggle shouldn't be hard, I can do that if @jruesga wants
> Is this actually being driven by something? If it's not a feature that people are asking for then I'm not sure there's much point finishing it? It's being used...
Using `window.type == "floating_con"` seems to work as workaround for me
> @SpiritCroc May I ask how to get `window.type` in sway? as when I use `i3ipc.Con#type()`, it just give me a useless string "con". When I do ``` i3ipc.Connection().get_tree().find_focused().type ```...
> Hi! Thanks for the PR, would you be willing to update Ruma as well? Maybe I'll have a try at the weekend (I'll probably have a look at updating...
Looks like someone already updated ruma, so now the PR should already compile - just rebased it onto main to let the CI test.
Looking at the linux kernel, the old roccat driver suite seems to do it by having some kernel drivers exposing basic operations from the kernel to the userspace driver as...
FYI, I extended my kernel driver to also react to profile keys: it now sends F13-F16 (edit: will probably change it to fn_f1 - fn_f4, seeing that keycodes for those...