Hritwik

Results 15 comments of Hritwik

> This is a problem with fusuma-plugin-tap, which depends on the verbose log. For a permanent solution, I think we should get events from libinput API or evdev instead of...

Hold gestures are coming to libinput by default so you may want to wait for them. See https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/602

@JonnyHaystack below works for me. flake.nix ``` { inputs = { nixpkgs.url = "github:nixos/nixpkgs/master"; colmena = { url = "github:zhaofengli/colmena"; inputs.nixpkgs.follows = "nixpkgs"; }; sops-nix = { url = "github:Mic92/sops-nix";...

looks like the upstream electron bug is fixed https://github.com/electron/electron/pull/46624 it is also backported to 33, 34, 35 and 36 releases. PS: i am using the tidal-hifi-bin package v5.19.0 from AUR...

> Is there a way to fix this? How would I manually update electron? I am on Fedora Workstation. i edited my `/usr/share/applications/tidal-hifi.desktop` file to have `Exec=tidal-hifi --enable-features=UseOzonePlatform --ozone-platform-hint=x11 %U`...