catppuccin / i3

🌻 Soothing pastel themes for i3 & sway

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

include directive does not work

wonyongc opened this issue · comments

Per i3 user's guide (https://i3wm.org/docs/userguide.html#include)

Variables are shared between all config files, but beware of the following limitation:

    You can define a variable and use it within an included file.

    You cannot use (in the parent file) a variable that was defined within an included file.

Recommend changing the install instructions to avoid confusion.

Yes, same here. Included variables don't work

Mentioned this in the README in 2032a2c