Merge branch 'Alexays:master' into hyprland/windowcount

This commit is contained in:
Khiet Tam Nguyen
2025-01-13 10:33:05 +11:00
committed by GitHub
8 changed files with 64 additions and 21 deletions

View File

@ -20,8 +20,8 @@ class Config {
static std::optional<std::string> findConfigPath(
const std::vector<std::string> &names, const std::vector<std::string> &dirs = CONFIG_DIRS);
static std::optional<std::string> tryExpandPath(const std::string &base,
const std::string &filename);
static std::vector<std::string> tryExpandPath(const std::string &base,
const std::string &filename);
Config() = default;