Hyprland/src/config
Jan Beich 7739b776cd
config: explicitly use environ(7) after b03c8970e6 (#1708)
src/config/ConfigManager.cpp:40:23: error: use of undeclared identifier 'environ'
    for (char** env = environ; *env; ++env) {
                      ^
2023-03-05 18:39:46 +00:00
..
ConfigDataValues.hpp feat: border angle animations (#1469) 2023-02-01 21:06:01 +00:00
ConfigManager.cpp config: explicitly use environ(7) after b03c8970e6 (#1708) 2023-03-05 18:39:46 +00:00
ConfigManager.hpp Allow environment in config 2023-03-05 14:54:32 +00:00
defaultConfig.hpp Add env to example cfgs 2023-03-05 13:37:05 +00:00