Results 22 comments of Name

> Isn't that what he said he added? Nah, right now only the code in editor updates once a change is detected, but the chip doesn't reload automatically.

Oh, it works for included files too. Amazing feature!

Already in bed, will test tomorrow if needed ;P

@ajeetdsouza It was in fact stupid misconfiguration on my part. I accidentally swapped places of sourcing zoxide and `cd` alias definition. This is not an issue nor related to this...

Progress: `daemon` ```sh #!/usr/bin/env bash previous_window="" socat - UNIX-CONNECT:/tmp/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock | while read line; do if [[ ${line:0:12} == "activewindow" ]]; then current_window=$(hyprctl activewindow | rg 'Window ([A-Fa-f0-9]+)' -or '$1') if...

> Works fine for me, win10 chromium Possible that it only affect Linux clients just like https://github.com/Facepunch/garrysmod-issues/issues/3926

How about just importing the environment as Hyprland variables on init? This wouldn't break anything as re-defining variables would simply override the value. Could also prove really useful for other...

I performed a rudimentary static benchmark between different backends on Windows and Linux. ### Benchmarks | | setpos -2090 3100 100; setang -7 130 0 | setpos 1700 2220 30;...

Simple case: I want to distribute a directory `vector` with a file `vector.lua` inside of it in order to follow the convention *(look at `middleclass.lua`, `fun.lua`, `argparse.lua` and other popular...