killown
killown
You could monitor the mouse cursor position once it enters the hotspot area. For instance, if the cursor reaches, for example, x:1 y:1, you can reset the cursor position to...
> I would not know offhand how to code that but it's an interesting idea. Does GNOME or Cinnamon have that feature yet? Most immediate improvement here would be to...
 ➜ ~ vainfo Trying display: wayland vainfo: VA-API version: 1.20 (libva 2.20.1) vainfo: Driver version: Mesa Gallium driver 23.3.2-arch1.2 for AMD Radeon RX 6600 (radeonsi, navi23, LLVM 16.0.6, DRM...
> Interesting, is the weird jumpiness visible on screen while recording, or is it just visiable in the recorded file during playback? > > Does `wf-recorder -c h264_vaapi -d /dev/dri/renderD128`...
> What compositor is this? hyprland
{ "address": "0x5646f563c480", "mapped": true, "hidden": false, "at": [2568, 571], "size": [624, 501], "workspace": { "id": 5, "name": "5" }, "floating": false, "monitor": 0, "class": "org.dolphin-emu.dolphin-emu", "title": "Dolphin 5.0.r20969.gd1b4c5482c", "initialClass":...
you are correct, I have the same issue as you described with xwayland and also the backend does not work with wayland
I am using clion for some time and nothing crashed, maybe fixed at some point?
Nice catch. After setting the keyboard mode to NONE, it only works as intended after focusing on another view, excluding the dialog. The issue is that the input still retains...
> it's up to gtk to disable the keyboard input on the fly ``` #!/usr/bin/env python3 import os import sys import gi #pip install wayfire from wayfire import WayfireSocket as...