Celestial.y
Celestial.y
Yeah `yay -S hyprland-git` and clean build, install, reboot, it works.
Any luck on this? I've just found an [article](https://linuxiac.com/sway-1-9-wayland-compositor/) that Sway added support for multiseat. > Sway 1.9 also brings improved xdg-activation-v1 support, which now includes workspace tracking and multi-seat...
> One more update: if opening any toggle ags widget is closed by pressing escape key then the focus returns but not when pressing the same bind key used to...
> How can i turn it off? Right side bar -> Live config -> Damage Tracking > and what is damage tracking u mentioned? According to https://wiki.hyprland.org/Configuring/Variables/#sections : > Redraw...
> is it possible that cleanbuild somehow messes up packages? Not even possible, unless the latest version of the package itself is broken. "cleanbuild" just means a total re-built and...
`./install.sh` will not update AGS itself **automatically** for you to prevent redundant rebuild of AGS everytime you run it under `-f` flag, or answer `n` to execute automatically. Otherwise `./install.sh`...
> I fixed the No window named overview error after installing ags from the aur @Alvin-HZ AGS is under active development and often involves breaking changes, so we're doing a...
I actually kinda like this PR... @end-4 maybe reconsider this one? That autorun-theme-changing-custom-script feature sounds great. Of course it's your decision.
The root cause seems to be ``` scripts/color_generation/generate_colors_material.py", line 6, in from materialyoucolor.quantize import QuantizeCelebi ModuleNotFoundError: No module named 'materialyoucolor' ``` So it always generates an empty `"$HOME"/.cache/ags/user/generated/material_colors.scss` file. And...
> The root cause seems to be > > ``` > scripts/color_generation/generate_colors_material.py", line 6, in > from materialyoucolor.quantize import QuantizeCelebi > ModuleNotFoundError: No module named 'materialyoucolor' > ``` > >...