Richard
Richard
> I assume you're launching it as floating...? Correct
How would I apply this, I use `paru` to get the latest commit? Would it just be a rebuild?
I just did a rebuild of hyprland to make sure I'm on the latest commit, doing the command you provided gives me: ``` $ patch -p1 < ~/downloads/patch.txt can't find...
Where would the hyprland source root be? Not the clone of Hyprland?
Found where the patch needs to be added `~/.cache/paru/clone/hyprland-git/`, but not sure how to get it to patch when using `paru`. I've tried adding it to the `PKGBUILD` but no...
Yea, I've been trying with `patch1.txt` and absolute path, here is the [PKGBUILD](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=hyprland-git) I'm using from the aur. I've tried `patch -p1 < /home/richard/.cache/paru/clone/hyprland-git/patch1.txt` on basically every line of `prepare()...
I've found the right way to edit the `PKGBUILD` with `paru` by doing: ``` paru --fm pcmanfm-qt --rebuild -S hyprland-git ``` But same result., its not adding the patch.
Okay, the patch went through: System/Version info ```sh Hyprland, built from branch main at commit 097f561e41e5660333492c1f188199e837742efe dirty (surfacetree: Revert subsurfaceTree: assign surfaces to a CWLSurface). Date: Wed Feb 28 19:42:04...
OHHHH, on the none patched version, if a window is already open `pcmanfm-qt` opens floating as if its splitting the tiled window in half and if no window is open...
I get: ``` patching file src/events/Windows.cpp patching file src/managers/XWaylandManager.cpp patching file src/managers/XWaylandManager.hpp File subprojects/wlroots is not a regular file -- refusing to patch 1 out of 1 hunk ignored --...