purrpurr

Results 5 comments of purrpurr

Why do hyprpicker and grim blur the image? I don't want any kind of blur :(

This should be possible with [Compositor Handoffs](https://blog.davidedmundson.co.uk/blog/qt6_wayland_robustness/).

```nix vesktop.settings = { discordBranch = "stable"; minimizeToTray = false; arRPC = false; }; vesktop.state = { firstLaunch = false; }; ``` causes this error: ```nix error: cannot convert a...

Should we close this or ask the Vesktop devs if it is possible to fix this? :/

Why not just use the patch by @n3oney? ```diff diff --git a/src/main/settings.ts b/src/main/settings.ts index 6fad97f..dfc64e3 100644 --- a/src/main/settings.ts +++ b/src/main/settings.ts @@ -26,8 +26,10 @@ function loadSettings(file: string, name: string) {...