Florent Charpentier
Florent Charpentier
Very clearly comes from this definition https://github.com/sdras/night-owl-vscode-theme/blob/cc291eba7976b20d7c66bde6883c27b902196b07/themes/Night%20Owl-color-theme-noitalic.json#L690-L697
I recently started working with submaps in my config (in [this commit](https://github.com/C0Florent/config/commit/98dad434b1c559456145b4e8077d523337313762) if you're curious), and I am currently using the following helper to generate submaps: ```nix mkSubMap = {...
I've got something that works, I'll open a PR for it soon I might need some help to get it mergeable in things like writing tests or checking the documentation...
Well I'm coming here from #95 since you mentioned this would be good to get done first I just had a little read through of the code, thankfully it's it...
Thanks for replying, and don't worry I'm not afraid of text walls, I tend to write my own quite often too. Good thing we agree on transformation matrices. I don't...
> Hyprland already uses its own [matrix implementation from hyprutils](https://github.com/hyprwm/hyprutils/blob/main/include/hyprutils/math/Mat3x3.hpp) Oh ok that's always nice to have. If I end up needing more than this I could contribute over there....
> I have thought about this for a bit and if we are already digging into this, might I propose the following: Seems like a good plan for sure! >...
Hi, I'd like to make this feature happen Let me sup up the current situation vs what we would like to get to make sure I understand correctly (sorry in...
> > For my use case I'd like to set a specific windowsOut but keep the global windows anim. > > Could we also allow anim styles to be different...
> > You mean I can have a window appear with popin and then slide out? > > yes Well this works indeed, I never knew. Created https://github.com/hyprwm/hyprland-wiki/pull/1035 to document...