Mateus Auler
Mateus Auler
Here's an improved version of @escondida's script: ``` #!/usr/bin/env sh OLDHOME=$HOME HOME=$XDG_DATA_HOME/Steam/fakehome # Replace this with where you want it to be # Replaces every / of the first argument...
Of course! Here it is:  Also, after some testing, fish stops completing even when the completion script does not fail and simply outputs nothing. I'll investigate further and open...
I've been able to solve this with only `layerrule = noanim, selection`. Maybe I'll encounter some problems in the future.
Since #1222 is taking a while, I think we can merge this one and refactor the testbed inside #1222 itself or in another PR afterwards.
> could you describe in what situation you already have a `Change-Id` trailer. Was it added by someone else? Just trying to understand how often it might happen. This happens...
> I don't think that's possible: the id generated by format_gerrit_change_id_trailer in padded in order to match the gerrit id usual length. If we were to generate the jj change...
I have opened #6419 that implements `.trailers()`.
In my case, wl-clip-persist seems to be the culprit. Disabling it solved the issue. I don't know if it's the root cause or if the problem is in Hyprland. Tested...
The reasoning is that: a) Some applications might be desktop specific, like `gnome-text-editor` for example. So if we support multiple applications for the same desktop, we end up with a...
I'm currently unhappy with: - Each graphical environment module has to check if it should be enabled. (See https://github.com/danth/stylix/pull/1222#discussion_r2083582710) - The code for autostarting applications in WMs that don't support...