1
Fork 0
mirror of https://github.com/RGBCube/superfreq synced 2025-07-27 17:07:44 +00:00

Merge branch 'main' into better-battery-mgnmnt

This commit is contained in:
raf 2025-05-16 01:57:23 +03:00 committed by GitHub
commit f4fceed893
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 79 additions and 44 deletions

View file

@ -65,7 +65,7 @@ pub fn run_daemon(mut config: AppConfig, verbose: bool) -> Result<(), Box<dyn st
Some(path)
} else {
// Check standard config paths
let default_paths = ["/etc/superfreq/config.toml", "/etc/superfreq.toml"];
let default_paths = ["/etc/xdg/superfreq/config.toml", "/etc/superfreq.toml"];
default_paths
.iter()