Results 13 comments of Dan Lock

Great thanks, the 2021 version works fine for the object selector, in the 2022 version also it did not detect gpu so couldn't do gpu intensive things, in the 2021...

I changed this to TOTAL which fixed the error, though now the cost in the energy tab is usually negative ![image](https://github.com/user-attachments/assets/47008969-b765-49c5-b96c-16a2637faa81) I think it counts the decrease every day when...

Sorry if this is an obvious question, but does this mean that it's currently impossible to set for example super key alone to launch fuzzel? Or is there a hacky...

> [@CodedNil](https://github.com/CodedNil) I use key overloading in [keyd](https://github.com/rvaiya/keyd) for mod-tap like behaviour when remapping caps to ctrl/esc. I've found it to be reliable - should be pretty trivial to use...

This was my solution, it fetches the repo as a variable first ```nix programs.nixcord = let equicordRepo = builtins.fetchGit { url = "https://github.com/Equicord/Equicord.git"; rev = "8ce8d10fb41b19fb3986e978dc20fdf0697c14f1"; }; in { enable...

Yeah unfortunately mine have broken recently too, not sure why or now to get around it.

This is still crashing for me, on the latest version: ``` [Nix] Disabling updates already done [Vencord] Starting up... [Vencord] Loading original Discord app.asar [OpenAsar > Init] OpenAsar 0-unstable-2025-01-20 [OpenAsar...

It still crashes for me, after clearing all the config files and making sure I'm updated ``` (node:20488) UnhandledPromiseRejectionWarning: Error: An object could not be cloned. at IpcRendererInternal.send (node:electron/js2c/renderer_init:2:12009) at...

This still crashes for me on latest available version, when launched in wayland, it works okay when launched using xwayland. Here is the full logs if that helps at all?...

Okay appreciated, is this something that needs to be changed by the apps?