rename to wayvr

This commit is contained in:
galister
2026-01-09 23:38:47 +09:00
parent 7b60b86f46
commit ac05e95e9c
235 changed files with 181 additions and 200 deletions

View File

@@ -5,11 +5,11 @@ pub enum ConfigRoot {
Generic,
}
const FALLBACK_CONFIG_PATH: &str = "/tmp/wlxoverlay";
const FALLBACK_CONFIG_PATH: &str = "/tmp/wayvr";
static CONFIG_ROOT_PATH: LazyLock<PathBuf> = LazyLock::new(|| {
if let Some(mut dir) = xdg::BaseDirectories::new().get_config_home() {
dir.push("wlxoverlay");
dir.push("wayvr");
return dir;
}
//Return fallback config path