Falkgaard
Falkgaard
Also, a similar request; would it be possible to assign fixed widths to columns? The place where it's the biggest strain is in the assembly dashboard, especially with opcodes enabled...
I see, that's a shame. Thanks for the speedy reply! > In what other places do you believe this is necessary? Using fixed columns for the opcodes basically means to...
I've found a hacky workaround that generally seems to give the result I'm looking for: I insert a space between every `};` so it becomes `} ;`, and I appent...
Hmm, I try to start picom like this: `picom --config ~/.config/picom/picom.conf --window-shader-fg ~/.config/picom/shader.glsl` (the config is the sample one from the source tree, with `backend = "xrender";`), but I get...
Thank you, with glx it works great! (For some reason I thought the glx backend was the legacy one...) By the way, do you know if it's possible to make...
I see. Updated to the latest commit. Cheers! > This is better achieved with a overall shader, the per-window shader isn't suited for this job. Mm, makes sense. Does Picom...
CoC and NeoVim user here having the same issue as well.
I'm having the same problem. I did `sudo pacman -S qt5-base qt5-declarative qt5-quickcontrols qt5-graphicaleffects` as the repo instructed. I'm running Arch Linux (5.18.14-arch1-1) with Plasma 5.25.4 as my DE and...
Oh, I don't know much about the implementation side of things, but that makes sense. Since the designators always start with a `.` before the identifier (without a preceding identifiers...
Mine complains that submodules are not supported: ``` ❯ sudo nixos-rebuild switch --flake ~/Repos/dot-nixos#aska error: … while updating the lock file of flake 'git+file:///home/falk/Repos/dot-nixos' error: input attribute 'submodules' not supported...