diff --git a/.config/evremap/orchestrator b/.config/evremap/orchestrator index 2a75630..d7b6502 100755 --- a/.config/evremap/orchestrator +++ b/.config/evremap/orchestrator @@ -601,7 +601,7 @@ s #hasRightToRun() { try { const result = child_process.execSync('evremap list-devices').toString(); - return result.includes('os error 13'); + return !result.includes('os error 13'); } catch (e) { this.#logger.log( diff --git a/.gitignore b/.gitignore index fd21550..f412c1f 100644 --- a/.gitignore +++ b/.gitignore @@ -63,3 +63,4 @@ .config/evremap/evremap.toml .config/hypr/config/Autostart.conf .config/yadm/bootstrap.d/02-AMDGPUDrivers.sh +.config/evremap/keychron.toml