hyprwm / hyprlang

The official implementation library for the hypr config language.
https://wiki.hyprland.org/Hypr-Ecosystem/hyprlang/
GNU Lesser General Public License v3.0
137 stars 16 forks source link

Add support for multi-line config values #24

Open shauser opened 8 months ago

shauser commented 8 months ago

In Hyprland we were able to split a config value on multiple lines as following:

exec-once = line1 \
  line2 \
  line3

This seems to have been lost with the migration to hyprlang, but is often very useful to have (e.g. with swayidle).