hyprwm / Hyprland

Hyprland is an independent, highly customizable, dynamic tiling Wayland compositor that doesn't sacrifice on its looks.
https://hyprland.org
BSD 3-Clause "New" or "Revised" License
21.79k stars 902 forks source link

Support resolving custom variables in env #8516

Open alttabber opened 3 days ago

alttabber commented 3 days ago

Description

As per title.

$foo=sus
env=AMOGUS,$foo

Should result in AMOGUS=sus rather than AMOGUS=$foo. This could be implemented as an envv2 for backwards compatibility (like windowrulesv2).

vaxerski commented 3 days ago

huh, odd, I thought it should work.